Age | Commit message (Expand) | Author | Files | Lines |
2019-08-27 | xen: cleanup IOREQ server on exit | Igor Druzhinin | 1 | -0/+2 |
2019-08-22 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in... | Peter Maydell | 2 | -2/+2 |
2019-08-21 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques... | Peter Maydell | 1 | -1/+1 |
2019-08-21 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into... | Peter Maydell | 3 | -2/+36 |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster | 2 | -2/+2 |
2019-08-21 | misc: fix naming scheme of compatiblity arrays | Marc-André Lureau | 1 | -1/+1 |
2019-08-21 | i386: use machine class ->wakeup method | Nicholas Piggin | 1 | -0/+8 |
2019-08-21 | hw: add compat machines for 4.2 | Cornelia Huck | 3 | -2/+28 |
2019-08-20 | hw/i386/pc: Map into memory the initrd | Stefano Garzarella | 1 | -4/+13 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 6 | -3/+6 |
2019-08-16 | Include sysemu/sysemu.h a lot less | Markus Armbruster | 2 | -0/+2 |
2019-08-16 | Include hw/boards.h a bit less | Markus Armbruster | 3 | -3/+0 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 9 | -2/+8 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 2 | -0/+2 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 11 | -10/+1 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 9 | -0/+11 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 5 | -0/+5 |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster | 2 | -0/+2 |
2019-08-16 | Include generated QAPI headers less | Markus Armbruster | 1 | -0/+1 |
2019-07-25 | i386/acpi: show PCI Express bus on pxb-pcie expanders | Evgeny Yakovlev | 1 | -1/+4 |
2019-07-25 | i386/acpi: fix gint overflow in crs_range_compare | Evgeny Yakovlev | 1 | -3/+9 |
2019-07-23 | hw/i386: also turn off VMMOUSE is VMPORT is disabled | Alex Bennée | 1 | -2/+2 |
2019-07-15 | hw/i386: turn off vmport if CONFIG_VMPORT is disabled | Julio Montes | 2 | -2/+7 |
2019-07-08 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2 | -31/+52 |
2019-07-05 | hw/i386: Fix linker error when ISAPC is disabled | Julio Montes | 1 | -3/+9 |
2019-07-05 | intel_iommu: Fix unexpected unmaps during global unmap | Peter Xu | 1 | -26/+41 |
2019-07-05 | intel_iommu: Fix incorrect "end" for vtd_address_space_unmap | Yan Zhao | 1 | -2/+2 |
2019-07-05 | pc: fix possible NULL pointer dereference in pc_machine_get_device_memory_reg... | Igor Mammedov | 1 | -1/+5 |
2019-07-05 | i386: Make unversioned CPU models be aliases | Eduardo Habkost | 3 | -0/+11 |
2019-07-05 | vl.c: Add -smp, dies=* command line support and update doc | Like Xu | 1 | -13/+17 |
2019-07-05 | machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse() | Like Xu | 1 | -0/+79 |
2019-07-05 | machine: show if CLI option '-numa node,mem' is supported in QAPI schema | Igor Mammedov | 1 | -0/+1 |
2019-07-05 | pc: fix possible NULL pointer dereference in pc_machine_get_device_memory_reg... | Igor Mammedov | 1 | -1/+5 |
2019-07-05 | i386: Update new x86_apicid parsing rules with die_offset support | Like Xu | 1 | -10/+17 |
2019-07-05 | i386/cpu: Consolidate die-id validity in smp context | Like Xu | 1 | -0/+14 |
2019-07-05 | hw/i386: Adjust nr_dies with configured smp_dies for PCMachine | Like Xu | 1 | -5/+11 |
2019-07-05 | i386: Add die-level cpu topology to x86CPU on PCMachine | Like Xu | 1 | -2/+7 |
2019-07-05 | hw/i386: Replace global smp variables with machine smp properties | Like Xu | 4 | -12/+28 |
2019-07-05 | machine: Refactor smp-related call chains to pass MachineState | Like Xu | 2 | -6/+5 |
2019-07-05 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 3 | -15/+83 |
2019-07-04 | pc: Move compat_apic_id_mode variable to PCMachineClass | Eduardo Habkost | 2 | -14/+11 |
2019-07-04 | pc: Support for virtio-pmem-pci | David Hildenbrand | 2 | -1/+72 |
2019-06-24 | xen: Drop includes of xen/hvm/params.h | Anthony PERARD | 2 | -3/+0 |
2019-06-24 | xen: Avoid VLA | Anthony PERARD | 1 | -4/+11 |
2019-06-21 | hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1 | Greg Kurz | 2 | -7/+8 |
2019-06-21 | i386/kvm: convert hyperv enlightenments properties from bools to bits | Vitaly Kuznetsov | 1 | -1/+2 |
2019-06-16 | q35: fix mmconfig and PCI0._CRS | Gerd Hoffmann | 1 | -0/+14 |
2019-06-16 | hw/acpi: extract acpi_add_rom_blob() | Wei Yang | 1 | -16/+10 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 2 | -1/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 8 | -3/+12 |