summary refs log tree commit diff stats
path: root/hw/i386/pc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180612-pull-request' ...Peter Maydell2018-06-121-1/+1
|\
| * object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau2018-06-121-1/+1
* | nvdimm: make persistence option symbolicRoss Zwisler2018-06-111-18/+17
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-06-041-0/+31
|\
| * nvdimm, acpi: support NFIT platform capabilitiesRoss Zwisler2018-06-011-0/+31
* | hw/i386/pc: Remove unused includePhilippe Mathieu-Daudé2018-06-011-1/+0
|/
* make sure that we aren't overwriting mc->get_hotplug_handler by accidentIgor Mammedov2018-05-101-0/+1
* pc: simplify MachineClass::get_hotplug_handler handlingIgor Mammedov2018-05-101-5/+1
* pc: rename "hotplug memory" terminology to "device memory"David Hildenbrand2018-05-071-13/+12
* pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand2018-05-071-2/+2
* pc-dimm: no need to pass the memory regionDavid Hildenbrand2018-05-071-11/+2
* machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand2018-05-071-15/+20
* serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell2018-04-261-1/+1
* hw/i386/pc: Factor out the superio codePhilippe Mathieu-Daudé2018-03-121-31/+41
* hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé2018-03-121-0/+1
* hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé2018-03-121-1/+2
* hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé2018-03-121-0/+1
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth2018-03-121-2/+0
* q35: change default NIC to e1000ePaolo Bonzini2018-03-121-3/+4
* scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth2018-03-061-17/+0
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-0/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+2
* possible_cpus: add CPUArchId::type fieldIgor Mammedov2018-01-191-1/+3
* pc: fail memory hot-plug/unplug with -no-acpi and Q35 machine typeHaozhong Zhang2018-01-121-4/+14
* hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé2017-12-181-0/+1
* hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé2017-12-181-1/+1
* hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé2017-12-181-1/+1
* pc: fix crash on attempted cpu unplugIgor Mammedov2017-12-011-0/+5
* NUMA: Enable adding NUMA node implicitlyDou Liyang2017-11-161-0/+1
* hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum2017-11-161-0/+22
* x86: Skip check apic_id_limit for XenLan Tianyu2017-10-271-1/+1
* pc: make sure that plugged CPUs are of the same typeIgor Mammedov2017-10-121-0/+7
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2017-09-201-45/+16
|\
| * numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov2017-09-191-9/+11
| * pc: use generic cpu_model parsingIgor Mammedov2017-09-191-36/+5
* | Convert single line fprintf(.../n) to warn_report()Alistair Francis2017-09-191-1/+1
* | hw/i386: Improve some of the warning messagesAlistair Francis2017-09-191-4/+3
|/
* hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth2017-08-221-2/+12
* pc: make 'pc.rom' readonly when machine has PCI enabledIgor Mammedov2017-08-021-0/+3
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-2/+1
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* Convert error_report*_err() to warn_report*_err()Alistair Francis2017-07-131-2/+1
* Convert error_report() to warn_report()Alistair Francis2017-07-131-5/+5
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell2017-06-221-3/+3
|\
| * pc: use get_uint() for "hpet-intcap" propertyMarc-André Lureau2017-06-201-1/+1
| * pc: use get_uint() for "apic-id" propertyMarc-André Lureau2017-06-201-1/+1
| * pc: use get_uint() for "iobase" propertyMarc-André Lureau2017-06-201-1/+1
* | hw/i386: fix nvdimm check error pathStefan Hajnoczi2017-06-161-6/+8
|/
* numa: make sure that all cpus have has_node_id set if numa is enabledIgor Mammedov2017-06-051-3/+1