aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)Author
2019-01-07compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau
2019-01-07compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau
2019-01-07compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau
2019-01-07compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau
2019-01-07compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macrosMarc-André Lureau
2018-12-20x86-iommu: switch intr_supported to OnOffAuto typePeter Xu
2018-12-19hw/smbios: Move to the hw/firmware/ subdirectoryPhilippe Mathieu-Daudé
2018-12-14hw/i386/pc.c: Don't use load_image()Peter Maydell
2018-12-11i386: Rename bools in PCMachineState to end in _enabledCorey Minyard
2018-10-24pc-dimm: pass PCDIMMDevice to pc_dimm_.*plugDavid Hildenbrand
2018-10-19pc: Fix machine property nvdimm-persistence error handlingMarkus Armbruster
2018-10-02change get_image_size return type to int64_tLi Zhijian
2018-08-23pc-dimm: assign and verify the "addr" property during pre_plugDavid Hildenbrand
2018-08-23pc: drop memory region alignment check for 0David Hildenbrand
2018-08-23pc-dimm: assign and verify the "slot" property during pre_plugDavid Hildenbrand
2018-07-16hyperv: ensure VP index equal to QEMU cpu_indexRoman Kagan
2018-07-02hw/i386: Use the IEC binary prefix definitionsPaolo Bonzini
2018-06-28pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand
2018-06-28pc: factor out pc specific dimm checks into pc_memory_pre_plug()David Hildenbrand
2018-06-28pc-dimm: rename pc_dimm_memory_* to pc_dimm_*David Hildenbrand
2018-06-28pc: rename pc_dimm_(plug|unplug|...)* into pc_memory_(plug|unplug|...)*David Hildenbrand
2018-06-12Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180612-pull-request' ...Peter Maydell
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau
2018-06-11nvdimm: make persistence option symbolicRoss Zwisler
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-06-01nvdimm, acpi: support NFIT platform capabilitiesRoss Zwisler
2018-06-01hw/i386/pc: Remove unused includePhilippe Mathieu-Daudé
2018-05-10make sure that we aren't overwriting mc->get_hotplug_handler by accidentIgor Mammedov
2018-05-10pc: simplify MachineClass::get_hotplug_handler handlingIgor Mammedov
2018-05-07pc: rename "hotplug memory" terminology to "device memory"David Hildenbrand
2018-05-07pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand
2018-05-07pc-dimm: no need to pass the memory regionDavid Hildenbrand
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand
2018-04-26serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell
2018-03-12hw/i386/pc: Factor out the superio codePhilippe Mathieu-Daudé
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé
2018-03-12hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé
2018-03-12hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth
2018-03-12q35: change default NIC to e1000ePaolo Bonzini
2018-03-06scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov
2018-01-12pc: fail memory hot-plug/unplug with -no-acpi and Q35 machine typeHaozhong Zhang
2017-12-18hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé
2017-12-18hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé
2017-12-18hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé
2017-12-01pc: fix crash on attempted cpu unplugIgor Mammedov