Age | Commit message (Expand) | Author |
2014-12-15 | kvm/apic: fix 2.2->2.1 migration | Paolo Bonzini |
2014-12-15 | target-i386: add f16c and rdrand to Haswell and Broadwell | Paolo Bonzini |
2014-12-15 | target-i386: add VME to all CPUs | Paolo Bonzini |
2014-12-15 | pc: add 2.3 machine types | Paolo Bonzini |
2014-12-15 | x86: Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2014-12-15 | x86: Drop superfluous conditionals around g_free() | Markus Armbruster |
2014-12-15 | valgrind/i386: avoid false positives on KVM_SET_PIT ioctl | Christian Borntraeger |
2014-12-15 | valgrind/i386: avoid false positives on KVM_SET_CLOCK ioctl | Christian Borntraeger |
2014-12-15 | Add bootloader name to multiboot implementation | Drew DeVault |
2014-11-24 | pc: acpi: mark all possible CPUs as enabled in SRAT | Igor Mammedov |
2014-11-24 | target-i386: move generic memory hotplug methods to DSDTs | Paolo Bonzini |
2014-11-24 | acpi-build: mark RAM dirty on table update | Michael S. Tsirkin |
2014-11-24 | pc: count in 1Gb hugepage alignment when sizing hotplug-memory container | Igor Mammedov |
2014-11-24 | pc: explicitly check maxmem limit when adding DIMM | Igor Mammedov |
2014-11-23 | pc: align DIMM's address/size by backend's alignment value | Igor Mammedov |
2014-11-23 | pc: limit DIMM address and size to page aligned values | Igor Mammedov |
2014-11-23 | pc: make pc_dimm_plug() more readble | Igor Mammedov |
2014-11-23 | pc: kvm: check if KVM has free memory slots to avoid abort() | Igor Mammedov |
2014-11-14 | pc: piix4_pm: init legacy PCI hotplug when running on Xen | Igor Mammedov |
2014-11-13 | smbios: change 'ram_addr_t' variables to 'uint64_t' | SeokYeon Hwang |
2014-11-13 | kvmclock: Add comment explaining why we need cpu_clean_all_dirty() | Eduardo Habkost |
2014-11-13 | apic_common: migrate missing fields | Pavel Dovgalyuk |
2014-11-04 | Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into s... | Peter Maydell |
2014-11-04 | target-i386: Disable SVM by default in KVM mode | Eduardo Habkost |
2014-11-04 | target-i386: Don't enable nested VMX by default | Eduardo Habkost |
2014-11-03 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2014-11-03 | target-i386: Rename KVM auto-feature-enable compat function | Eduardo Habkost |
2014-11-03 | pc: Create pc_compat_2_1() functions | Eduardo Habkost |
2014-11-03 | vga: flip qemu 2.2 pc machine types from cirrus to stdvga | Gerd Hoffmann |
2014-11-03 | vga: add default display to machine class | Gerd Hoffmann |
2014-11-02 | hw/i386/acpi-build.c: Fix memory leak in acpi_build_tables_cleanup() | Nikita Belov |
2014-11-02 | smbios: Encode UUID according to SMBIOS specification | Eduardo Habkost |
2014-11-02 | pc: Add pc_compat_2_1() function | Eduardo Habkost |
2014-11-02 | -machine vmport=off: Allow disabling of VMWare ioport emulation | Dr. David Alan Gilbert |
2014-11-02 | pc: Update rtc_cmos in pc_cpu_plug | Gu Zheng |
2014-11-02 | pc: add cpu hotplug handler to PC_MACHINE | Gu Zheng |
2014-11-02 | acpi: create separate file for TCPA log | Stefan Berger |
2014-11-02 | virtio-pci: fix migration for pci bus master | Michael S. Tsirkin |
2014-11-02 | pc: Fix disabling of vapic for compat PC models | Jan Kiszka |
2014-11-02 | i386/pc: add piix and q35 machtypes to sorting families for -M \? | Laszlo Ersek |
2014-11-02 | well-defined listing order for machine types | Laszlo Ersek |
2014-11-02 | smbios: Fix assertion on socket count calculation | Eduardo Habkost |
2014-10-31 | kvmvapic: patch_instruction fix | Pavel Dovgalyuk |
2014-10-31 | -machine vmport=off: Allow disabling of VMWare ioport emulation | Dr. David Alan Gilbert |
2014-10-22 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2014-10-22 | hw/i386/pc_q35.c: Avoid g_assert_cmpint() as it is not in glib 2.12 | Peter Maydell |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster |
2014-10-20 | block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() | Markus Armbruster |
2014-10-16 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ... | Peter Maydell |
2014-10-15 | bootindex: move calling add_boot_device_patch to bootindex setter function | Gonglei |