aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)Author
2018-06-01nvdimm, acpi: support NFIT platform capabilitiesRoss Zwisler
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
2017-11-16NUMA: Enable adding NUMA node implicitlyDou Liyang
2017-11-16hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum
2017-10-27x86: Skip check apic_id_limit for XenLan Tianyu
2017-10-12pc: make sure that plugged CPUs are of the same typeIgor Mammedov
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2017-09-19numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis
2017-09-19hw/i386: Improve some of the warning messagesAlistair Francis
2017-09-19pc: use generic cpu_model parsingIgor Mammedov
2017-08-22hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth
2017-08-02pc: make 'pc.rom' readonly when machine has PCI enabledIgor Mammedov
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-07-13Convert error_report*_err() to warn_report*_err()Alistair Francis
2017-07-13Convert error_report() to warn_report()Alistair Francis
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell
2017-06-20pc: use get_uint() for "hpet-intcap" propertyMarc-André Lureau
2017-06-20pc: use get_uint() for "apic-id" propertyMarc-André Lureau
2017-06-20pc: use get_uint() for "iobase" propertyMarc-André Lureau
2017-06-16hw/i386: fix nvdimm check error pathStefan Hajnoczi
2017-06-05numa: make sure that all cpus have has_node_id set if numa is enabledIgor Mammedov
2017-06-05numa: consolidate cpu_preplug fixups/checks for pc/arm/spaprIgor Mammedov
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-05-18Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-05-11pc: get numa node mapping from possible_cpus instead of numa_get_node_for_cpu()Igor Mammedov