summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
...
* | hw/i386/pc: Use address_space_memory in placePhilippe Mathieu-Daudé2019-09-161-3/+4
* | hw/i386/pc: Extract e820 memory layout codePhilippe Mathieu-Daudé2019-09-164-61/+103
* | hw/i386/pc: Use e820_get_num_entries() to access e820_entriesPhilippe Mathieu-Daudé2019-09-161-1/+1
* | hw/i386: Move CONFIG_ACPI_PCI to CONFIG_PCCole Robinson2019-09-161-0/+1
|/
* migration: Do not re-read the clock on pre_save in case of paused guestMaxiwell S. Garcia2019-09-031-4/+11
* x86: do not advertise die-id in query-hotpluggbale-cpus if '-smp dies' is not...Igor Mammedov2019-09-031-2/+4
* i386/vmmouse: Properly reset stateJan Kiszka2019-09-031-0/+1
* pc: Don't make die-id mandatory unless necessaryEduardo Habkost2019-09-031-0/+8
* pc: Improve error message when die-id is omittedEduardo Habkost2019-09-031-0/+4
* pc: Fix error message on die-id validationEduardo Habkost2019-09-031-1/+1
* numa: move numa global variable numa_info into MachineStateTao Xu2019-09-031-2/+2
* numa: move numa global variable have_numa_distance into MachineStateTao Xu2019-09-031-1/+1
* numa: move numa global variable nb_numa_nodes into MachineStateTao Xu2019-09-032-4/+7
* xen: cleanup IOREQ server on exitIgor Druzhinin2019-08-271-0/+2
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell2019-08-222-2/+2
|\
| * hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-212-2/+2
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-08-211-1/+1
|\ \
| * | misc: fix naming scheme of compatiblity arraysMarc-André Lureau2019-08-211-1/+1
| |/
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...Peter Maydell2019-08-213-2/+36
|\ \
| * | i386: use machine class ->wakeup methodNicholas Piggin2019-08-211-0/+8
| * | hw: add compat machines for 4.2Cornelia Huck2019-08-213-2/+28
| |/
* / hw/i386/pc: Map into memory the initrdStefano Garzarella2019-08-201-4/+13
|/
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-166-3/+6
* Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-162-0/+2
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-163-3/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-169-2/+8
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-162-0/+2
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-1611-10/+1Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-169-0/+11
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-165-0/+5
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-162-0/+2
* Include generated QAPI headers lessMarkus Armbruster2019-08-161-0/+1
* i386/acpi: show PCI Express bus on pxb-pcie expandersEvgeny Yakovlev2019-07-251-1/+4
* i386/acpi: fix gint overflow in crs_range_compareEvgeny Yakovlev2019-07-251-3/+9
* hw/i386: also turn off VMMOUSE is VMPORT is disabledAlex Bennée2019-07-231-2/+2
* hw/i386: turn off vmport if CONFIG_VMPORT is disabledJulio Montes2019-07-152-2/+7
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-07-082-31/+52
|\
| * hw/i386: Fix linker error when ISAPC is disabledJulio Montes2019-07-051-3/+9
| * intel_iommu: Fix unexpected unmaps during global unmapPeter Xu2019-07-051-26/+41
| * intel_iommu: Fix incorrect "end" for vtd_address_space_unmapYan Zhao2019-07-051-2/+2
| * pc: fix possible NULL pointer dereference in pc_machine_get_device_memory_reg...Igor Mammedov2019-07-051-1/+5
* | i386: Make unversioned CPU models be aliasesEduardo Habkost2019-07-053-0/+11
* | vl.c: Add -smp, dies=* command line support and update docLike Xu2019-07-051-13/+17
* | machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse()Like Xu2019-07-051-0/+79
* | machine: show if CLI option '-numa node,mem' is supported in QAPI schemaIgor Mammedov2019-07-051-0/+1
* | pc: fix possible NULL pointer dereference in pc_machine_get_device_memory_reg...Igor Mammedov2019-07-051-1/+5
* | i386: Update new x86_apicid parsing rules with die_offset supportLike Xu2019-07-051-10/+17
* | i386/cpu: Consolidate die-id validity in smp contextLike Xu2019-07-051-0/+14
* | hw/i386: Adjust nr_dies with configured smp_dies for PCMachineLike Xu2019-07-051-5/+11
* | i386: Add die-level cpu topology to x86CPU on PCMachineLike Xu2019-07-051-2/+7