OSDN Git Service

qmiga/qemu.git
2018-02-15 Richard Hendersontarget/arm: Suppress TB end for FPCR/FPSR
2018-02-15 Richard Hendersontarget/arm: Enforce FP access to FPCR/FPSR
2018-02-15 Richard Hendersontarget/arm: Remove ARM_CP_64BIT from ZCR_EL registers
2018-02-15 Philippe Mathieu... hw/arm/aspeed: simplify using the 'unimplemented device...
2018-02-15 Philippe Mathieu... hw/arm/aspeed: directly map the serial device to the...
2018-02-15 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2018-02-15 Peter MaydellMerge remote-tracking branch 'remotes/huth/tags/pull...
2018-02-15 Peter MaydellMerge remote-tracking branch 'remotes/vivier/tags/m68k...
2018-02-15 Marc-André... misc: fix spelling
2018-02-15 Wolfgang Bumillerratelimit: don't align wait time with slices
2018-02-15 Stefan Hajnoczivl: pause vcpus before stopping iothreads
2018-02-14 Thomas Huthtests/m48t59: Use the m48t59 test on ppc, too
2018-02-14 Thomas Huthtests/Makefile: Derive check-qtest-ppc64-y from check...
2018-02-14 Thomas Huthtests/m48t59: Make the test independent of global_qtest
2018-02-14 Thomas Huthtests/m48t59: Fix and re-enable the test for sparc
2018-02-14 Wei Huangtests/boot-serial-test: Add support for the aarch64...
2018-02-14 Thomas Huthtests/boot-serial: Add tests for PowerPC Mac machines
2018-02-14 Thomas Huthtests/boot-serial: Enable the boot-serial test on SPARC...
2018-02-14 Eric Blakewdt_ib700-test: Drop dependence on global_qtest
2018-02-14 Eric Blaketests/boot-sector: Drop dependence on global_qtest
2018-02-14 Eric Blakeqmp-test: Drop dependence on global_qtest
2018-02-14 Eric Blakelibqos: Use explicit QTestState for remaining libqos...
2018-02-14 Eric Blakelibqos: Use explicit QTestState for ahci operations
2018-02-14 Eric Blakelibqos: Use explicit QTestState for i2c operations
2018-02-14 Eric Blakelibqos: Use explicit QTestState for rtas operations
2018-02-14 Eric Blakelibqos: Use explicit QTestState for fw_cfg operations
2018-02-14 Eric Blakelibqos: Track QTestState with QPCIBus
2018-02-14 Pavel Dovgalyukm68k: implement movep instruction
2018-02-14 Eric Blakelibqtest: Use qemu_strtoul()
2018-02-14 Markus Armbrustertests: Clean up wait for event
2018-02-13 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2018-02-13 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2018-02-13 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2018-02-13 Tomáš Golembiovskývirtio-balloon: include statistics of disk/file caches
2018-02-13 Michael S.... acpi-test: update FADT
2018-02-13 Michael S.... lpc: drop pcie host dependency
2018-02-13 Igor Mammedovtests: acpi: fix FADT not being compared to reference...
2018-02-13 Marcel Apfelbaumhw/pci-bridge: fix pcie root port's IO hints capability
2018-02-13 Yongji Xielibvhost-user: Support across-memory-boundary access
2018-02-13 Yongji Xielibvhost-user: Fix resource leak
2018-02-13 Tiwei Bievirtio-balloon: unref the memory region before continuing
2018-02-13 Kevin WolfMerge remote-tracking branch 'mreitz/tags/pull-block...
2018-02-13 Alberto Garciaiotests: Add l2-cache-entry-size to iotest 137
2018-02-13 Alberto Garciaiotests: Test downgrading an image using a small L2...
2018-02-13 Alberto Garciaiotests: Test valid values of l2-cache-entry-size
2018-02-13 Alberto Garciaqcow2: Allow configuring the L2 slice size
2018-02-13 Alberto Garciaqcow2: Rename l2_table in count_cow_clusters()
2018-02-13 Alberto Garciaqcow2: Rename l2_table in count_contiguous_clusters_una...
2018-02-13 Alberto Garciaqcow2: Rename l2_table in count_contiguous_clusters()
2018-02-13 Alberto Garciaqcow2: Rename l2_table in qcow2_alloc_compressed_cluste...
2018-02-13 Alberto Garciaqcow2: Update qcow2_truncate() to support L2 slices
2018-02-13 Alberto Garciaqcow2: Update expand_zero_clusters_in_l1() to support...
2018-02-13 Alberto Garciaqcow2: Prepare expand_zero_clusters_in_l1() for adding...
2018-02-13 Alberto Garciaqcow2: Read refcount before L2 table in expand_zero_clu...
2018-02-13 Alberto Garciaqcow2: Update qcow2_update_snapshot_refcount() to suppo...
2018-02-13 Alberto Garciaqcow2: Prepare qcow2_update_snapshot_refcount() for...
2018-02-13 Alberto Garciaqcow2: Update zero_single_l2() to support L2 slices
2018-02-13 Alberto Garciaqcow2: Update discard_single_l2() to support L2 slices
2018-02-13 Alberto Garciaqcow2: Update handle_alloc() to support L2 slices
2018-02-13 Alberto Garciaqcow2: Update handle_copied() to support L2 slices
2018-02-13 Alberto Garciaqcow2: Update qcow2_alloc_cluster_link_l2() to support...
2018-02-13 Alberto Garciaqcow2: Update qcow2_get_cluster_offset() to support...
2018-02-13 Alberto Garciaqcow2: Update get_cluster_table() to support L2 slices
2018-02-13 Alberto Garciaqcow2: Refactor get_cluster_table()
2018-02-13 Alberto Garciaqcow2: Update l2_allocate() to support L2 slices
2018-02-13 Alberto Garciaqcow2: Prepare l2_allocate() for adding L2 slice support
2018-02-13 Alberto Garciaqcow2: Update l2_load() to support L2 slices
2018-02-13 Alberto Garciaqcow2: Add offset_to_l2_slice_index()
2018-02-13 Alberto Garciaqcow2: Add l2_slice_size field to BDRVQcow2State
2018-02-13 Alberto Garciaqcow2: Add offset_to_l1_index()
2018-02-13 Alberto Garciaqcow2: Remove BDS parameter from qcow2_cache_is_table_o...
2018-02-13 Alberto Garciaqcow2: Remove BDS parameter from qcow2_cache_discard()
2018-02-13 Alberto Garciaqcow2: Remove BDS parameter from qcow2_cache_clean_unused()
2018-02-13 Alberto Garciaqcow2: Remove BDS parameter from qcow2_cache_destroy()
2018-02-13 Alberto Garciaqcow2: Remove BDS parameter from qcow2_cache_put()
2018-02-13 Alberto Garciaqcow2: Remove BDS parameter from qcow2_cache_entry_mark...
2018-02-13 Alberto Garciaqcow2: Remove BDS parameter from qcow2_cache_table_rele...
2018-02-13 Alberto Garciaqcow2: Remove BDS parameter from qcow2_cache_get_table_...
2018-02-13 Alberto Garciaqcow2: Remove BDS parameter from qcow2_cache_get_table_...
2018-02-13 Alberto Garciaqcow2: Add table size field to Qcow2Cache
2018-02-13 Alberto Garciaqcow2: Fix documentation of get_cluster_table()
2018-02-13 Vladimir Sementsov... block: maintain persistent disabled bitmaps
2018-02-13 Max Reitzsheepdog: Allow fully preallocated truncation
2018-02-13 Max Reitzsheepdog: Pass old and new size to sd_prealloc()
2018-02-13 Max Reitzsheepdog: Make sd_prealloc() take a BDS
2018-02-13 Max Reitzgluster: Add preallocated truncation
2018-02-13 Max Reitzgluster: Query current size in do_truncate()
2018-02-13 Max Reitzgluster: Pull truncation from qemu_gluster_create
2018-02-13 Max Reitzgluster: Move glfs_close() to create's clean-up
2018-02-13 Philippe Mathieu... travis: use libgcc-4.8-dev (libgcc-6-dev is not availab...
2018-02-13 Paolo Bonzinimemory: unify loops to sync dirty log bitmap
2018-02-13 Paolo Bonzinimemory: hide memory_region_sync_dirty_bitmap behind...
2018-02-13 Paolo Bonzinimemory: remove memory_region_test_and_clear_dirty
2018-02-13 Paolo Bonzinig364fb: switch to using DirtyBitmapSnapshot
2018-02-13 Philippe Mathieu... sdhci: add Spec v4.2 register definitions
2018-02-13 Philippe Mathieu... sdhci: add a check_capab_v3() qtest
2018-02-13 Philippe Mathieu... sdhci: check Spec v3 capabilities qtest
2018-02-13 Philippe Mathieu... hw/arm/xilinx_zynqmp: enable the UHS-I mode
2018-02-13 Philippe Mathieu... hw/arm/xilinx_zynqmp: fix the capabilities/spec version...
2018-02-13 Philippe Mathieu... hw/arm/fsl-imx6: implement SDHCI Spec. v3
next