]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2019-08-16 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2019-08-16 Peter MaydellMerge remote-tracking branch 'remotes/huth-gitlab/tags...
2019-08-16 Markus Armbrustersysemu: Split sysemu/runstate.h off sysemu/sysemu.h
2019-08-16 Markus Armbrustersysemu: Move the VMChangeStateEntry typedef to qemu...
2019-08-16 Markus ArmbrusterInclude sysemu/sysemu.h a lot less
2019-08-16 Markus ArmbrusterClean up inclusion of sysemu/sysemu.h
2019-08-16 Markus Armbrusternuma: Move remaining NUMA declarations from sysemu...
2019-08-16 Markus ArmbrusterInclude sysemu/hostmem.h less
2019-08-16 Markus Armbrusternuma: Don't include hw/boards.h into sysemu/numa.h
2019-08-16 Markus ArmbrusterInclude hw/boards.h a bit less
2019-08-16 Markus ArmbrusterInclude hw/qdev-properties.h less
2019-08-16 Markus ArmbrusterInclude qemu/main-loop.h less
2019-08-16 Markus ArmbrusterInclude qemu/queue.h slightly less
2019-08-16 Markus ArmbrusterInclude hw/hw.h exactly where needed
2019-08-16 Markus ArmbrusterInclude qom/object.h slightly less
2019-08-16 Markus ArmbrusterInclude exec/memory.h slightly less
2019-08-16 Markus ArmbrusterInclude migration/vmstate.h less
2019-08-16 Markus Armbrustermigration: Move the VMStateDescription typedef to typed...
2019-08-16 Markus ArmbrusterClean up inclusion of exec/cpu-common.h
2019-08-16 Markus ArmbrusterInclude hw/irq.h a lot less
2019-08-16 Markus Armbrustertypedefs: Separate incomplete types and function types
2019-08-16 Markus Armbrusteride: Include hw/ide/internal a bit less outside hw...
2019-08-16 Markus ArmbrusterInclude migration/qemu-file-types.h a lot less
2019-08-16 Markus ArmbrusterInclude sysemu/reset.h a lot less
2019-08-16 Markus Armbrustertrace: Do not include qom/cpu.h into generated trace.h
2019-08-16 Markus Armbrustertrace: Eliminate use of TARGET_FMT_plx
2019-08-16 Markus Armbrusterqueue: Drop superfluous #include qemu/atomic.h
2019-08-16 Markus Armbrustermemory: Fix type of IOMMUMemoryRegionClass member ...
2019-08-16 Markus Armbrusterqapi: Split error.json off common.json
2019-08-16 Markus ArmbrusterInclude generated QAPI headers less
2019-08-16 Markus Armbrusterinclude: Make headers more self-contained
2019-08-16 Peter MaydellMerge remote-tracking branch 'remotes/dgilbert/tags...
2019-08-15 Thomas Huthtests/libqtest: Make qmp_assert_success() independent...
2019-08-15 Thomas Huthtests/libqtest: Make qtest_qmp_device_add/del independe...
2019-08-15 Thomas Huthtests/libqtest: Clean up qtest_cb_for_every_machine...
2019-08-15 Thomas Huthtests/libqtest: Remove unused function hmp()
2019-08-15 Thomas Huthtests/libqos: Make virtio-pci code independent from...
2019-08-15 Thomas Huthtests/libqos: Make generic virtio code independent...
2019-08-15 Andrey Shinkevichtests: Set read-zeroes on for null-co driver
2019-08-15 Oleinik, Alexanderlibqos: Account for the ctrl queue in virtio-net
2019-08-15 Oleinik, Alexanderqtest: Rename qtest.c:qtest_init()
2019-08-15 Peter MaydellOpen 4.2 development tree
2019-08-15 Peter MaydellUpdate version for v4.1.0 release v4.1.0
2019-08-14 Juan Quintelamigration: add some multifd traces
2019-08-14 Juan Quintelamigration: Make global sem_sync semaphore by channel
2019-08-14 Juan Quintelamigration: Add traces for multifd terminate threads
2019-08-14 Marc-André... qemu-file: move qemu_{get,put}_counted_string() declara...
2019-08-14 Wei Yangmigration/postcopy: use mis->bh instead of allocating...
2019-08-14 Wei Yangmigration: rename migration_bitmap_sync_range to ramblo...
2019-08-14 Ivan Renmigration: update ram_counters for multifd sync packet
2019-08-14 Ivan Renmigration: add speed limit for multifd migration
2019-08-14 Ivan Renmigration: add qemu_file_update_transfer interface
2019-08-14 Ivan Renmigration: always initialise ram_counters for a new...
2019-08-14 Wei Yangmigration: remove unused field bytes_xfer
2019-08-14 Wei Yanghmp: Remove migration capabilities from "info migrate"
2019-08-14 Wei Yangmigration/postcopy: use QEMU_IS_ALIGNED to replace...
2019-08-14 Wei Yangmigration/postcopy: simplify calculation of run_start...
2019-08-14 Wei Yangmigration/postcopy: make PostcopyDiscardState a static...
2019-08-14 Wei Yangmigration: extract ram_load_precopy
2019-08-14 Wei Yangmigration: return -EINVAL directly when version_id...
2019-08-14 Wei Yangmigration: equation is more proper than and to check...
2019-08-14 Wei Yangmigration: just pass RAMBlock is enough
2019-08-14 Wei Yangmigration: use migration_in_postcopy() to check POSTCOP...
2019-08-14 Wei Yangmigration/postcopy: start_postcopy could be true only...
2019-08-14 Wei Yangmigration/postcopy: PostcopyState is already set in...
2019-08-14 Wei Yangmigration/savevm: move non SaveStateEntry condition...
2019-08-14 Wei Yangmigration/savevm: split qemu_savevm_state_complete_prec...
2019-08-14 Wei Yangmigration/savevm: flush file for iterable_only case
2019-08-14 Wei Yangmigration/postcopy: do_fixup is true when host_offset...
2019-08-14 Wei Yangmigration/postcopy: reduce one operation to calculate...
2019-08-14 Wei Yangmigration/postcopy: discard_length must not be 0
2019-08-14 Wei Yangmigration/postcopy: break the loop when there is no...
2019-08-14 Wei Yangmigration/postcopy: the valid condition is one less...
2019-08-14 Wei Yangmigration: consolidate time info into populate_time_info
2019-08-14 Marcel Apfelbaumhw/net: fix vmxnet3 live migration
2019-08-14 Yury Kotovmigration: Add error_desc for file channel errors
2019-08-13 Peter MaydellUpdate version for v4.1.0-rc5 release
2019-08-13 Bin Mengriscv: roms: Fix make rules for building sifive_u bios
2019-08-13 Peter MaydellMerge remote-tracking branch 'remotes/dgibson/tags...
2019-08-13 Cédric Le Goaterspapr/xive: Fix migration of hot-plugged CPUs
2019-08-13 David Gibsonspapr: Reset CAS & IRQ subsystem after devices
2019-08-12 Gerd Hoffmanndisplay/bochs: fix pcie support
2019-08-06 Peter MaydellUpdate version for v4.1.0-rc4 release
2019-08-06 Cornelia Huckcompat: disable edid on virtio-gpu base device
2019-08-06 Peter MaydellMerge remote-tracking branch 'remotes/maxreitz/tags...
2019-08-06 Vladimir Sementsov... block/backup: disable copy_range for compressed backup
2019-08-06 Max Reitziotests: Test unaligned blocking mirror write
2019-08-06 Max Reitzmirror: Only mirror granularity-aligned chunks
2019-08-06 Max Reitziotests: Test incremental backup after truncation
2019-08-06 Vladimir Sementsov... util/hbitmap: update orig_size on truncate
2019-08-06 Max Reitziotests: Test backup job with two guest writes
2019-08-06 Max Reitzbackup: Copy only dirty areas
2019-08-05 Peter MaydellMerge remote-tracking branch 'remotes/philmd-gitlab...
2019-08-03 Olaf HeringMakefile: remove DESTDIR from firmware file content
2019-08-02 Peter Maydelltarget/arm: Avoid bogus NSACR traps on M-profile withou...
2019-08-02 Peter MaydellMerge remote-tracking branch 'remotes/elmarco/tags...
2019-08-02 Marc-André... slirp: update with CVE-2019-14378 fix
2019-07-30 Peter MaydellUpdate version for v4.1.0-rc3 release
2019-07-30 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2019-07-30 Dr. David Alan... pcie_root_port: Disable ACS on older machines
next