aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-16hw/i386/pc: Let pc_build_smbios() take a FWCfgState argumentPhilippe Mathieu-Daudé
2019-09-16hw/i386/pc: Replace PCMachineState argument with MachineState in fw_cfg_arch_...Paolo Bonzini
2019-09-16hw/i386/pc: Pass the CPUArchIdList array by argumentPhilippe Mathieu-Daudé
2019-09-16hw/i386/pc: Pass the apic_id_limit value by argumentPhilippe Mathieu-Daudé
2019-09-16hw/i386/pc: Pass the boot_cpus value by argumentPhilippe Mathieu-Daudé
2019-09-16hw/i386/pc: Rename bochs_bios_init as more generic fw_cfg_arch_createPhilippe Mathieu-Daudé
2019-09-16hw/i386/pc: Use address_space_memory in placePhilippe Mathieu-Daudé
2019-09-16hw/i386/pc: Extract e820 memory layout codePhilippe Mathieu-Daudé
2019-09-16hw/i386/pc: Use e820_get_num_entries() to access e820_entriesPhilippe Mathieu-Daudé
2019-09-16cpus: Fix throttling during vm_stopYury Kotov
2019-09-16qemu-thread: Add qemu_cond_timedwaitYury Kotov
2019-09-16memory: inline and optimize devend_memopPaolo Bonzini
2019-09-16memory: fetch pmem size in get_file_size()Stefan Hajnoczi
2019-09-16elf-ops.h: fix int overflow in load_elf()Stefano Garzarella
2019-09-16hw/i386: Move CONFIG_ACPI_PCI to CONFIG_PCCole Robinson
2019-09-16test-char: fix AddressSanitizer failurePaolo Bonzini
2019-09-16win32: fix README file in NSIS installerPaolo Bonzini
2019-09-16exec.c: add a check between constants to see whether we could skipWei Yang
2019-09-16exec.c: correct the maximum skip value during compactWei Yang
2019-09-16exec.c: subpage->sub_section is already initialized to 0Wei Yang
2019-09-16exec.c: get nodes_nb_alloc with one MAX calculationWei Yang
2019-09-16exec.c: replace hwaddr with uint64_t for better understandingWei Yang
2019-09-16i386/kvm: support guest access CORE cstateWanpeng Li
2019-09-13Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-sep-12-2019' ...Peter Maydell
2019-09-13Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190912a'...Peter Maydell
2019-09-13Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2019-09-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2019-09-13qcow2: Stop overwriting compressed clusters one by oneAlberto Garcia
2019-09-13block/create: Do not abort if a block driver is not availablePhilippe Mathieu-Daudé
2019-09-13qemu-io: Don't leak pattern file in error pathKevin Wolf
2019-09-13iotests: extend sleeping time under ValgrindAndrey Shinkevich
2019-09-13iotests: extended timeout under ValgrindAndrey Shinkevich
2019-09-13iotests: Valgrind fails with nonexistent directoryAndrey Shinkevich
2019-09-13iotests: Add casenotrun report to bash testsAndrey Shinkevich
2019-09-13iotests: exclude killed processes from running under ValgrindAndrey Shinkevich
2019-09-13iotests: allow Valgrind checking all QEMU processesAndrey Shinkevich
2019-09-13block/nfs: add support for nfs_umountPeter Lieven
2019-09-13block/nfs: tear down aio before nfs_closePeter Lieven
2019-09-13Merge remote-tracking branch 'remotes/berrange/tags/filemon-test-pull-request...Peter Maydell
2019-09-12target/mips: gdbstub: Revert commit 8e0b373Libo Zhou
2019-09-12hw/mips/mips_jazz: Remove no-longer-necessary override of do_unassigned_accessPeter Maydell
2019-09-12target/mips: Switch to do_transaction_failed() hookPeter Maydell
2019-09-12hw/mips/mips_jazz: Override do_transaction_failed hookPeter Maydell
2019-09-12Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.2-pull-re...Peter Maydell
2019-09-12migration: fix one typo in comment of function migration_total_bytes()Wei Yang
2019-09-12migration/qemu-file: fix potential buf waste for extra buf_index adjustmentWei Yang
2019-09-12migration/qemu-file: remove check on writev_buffer in qemu_put_compression_dataWei Yang
2019-09-12migration: Fix postcopy bw for recoveryPeter Xu
2019-09-12tests/migration: Add a test for validate-uuid capabilityYury Kotov
2019-09-12tests/libqtest: Allow setting expected exit statusYury Kotov