aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-02hw/i386: Use the IEC binary prefix definitionsPaolo Bonzini1-11/+12
2018-06-28pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand1-6/+1
2018-06-28pc: factor out pc specific dimm checks into pc_memory_pre_plug()David Hildenbrand1-18/+26
2018-06-28pc-dimm: rename pc_dimm_memory_* to pc_dimm_*David Hildenbrand1-2/+2
2018-06-28pc: rename pc_dimm_(plug|unplug|...)* into pc_memory_(plug|unplug|...)*David Hildenbrand1-9/+9
2018-06-12Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180612-pull-request' ...Peter Maydell1-1/+1
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau1-1/+1
2018-06-11nvdimm: make persistence option symbolicRoss Zwisler1-18/+17
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+31
2018-06-01nvdimm, acpi: support NFIT platform capabilitiesRoss Zwisler1-0/+31
2018-06-01hw/i386/pc: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2018-05-10make sure that we aren't overwriting mc->get_hotplug_handler by accidentIgor Mammedov1-0/+1
2018-05-10pc: simplify MachineClass::get_hotplug_handler handlingIgor Mammedov1-5/+1
2018-05-07pc: rename "hotplug memory" terminology to "device memory"David Hildenbrand1-13/+12
2018-05-07pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand1-2/+2
2018-05-07pc-dimm: no need to pass the memory regionDavid Hildenbrand1-11/+2
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand1-15/+20
2018-04-26serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell1-1/+1
2018-03-12hw/i386/pc: Factor out the superio codePhilippe Mathieu-Daudé1-31/+41
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé1-0/+1
2018-03-12hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé1-1/+2
2018-03-12hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé1-0/+1
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth1-2/+0
2018-03-12q35: change default NIC to e1000ePaolo Bonzini1-3/+4
2018-03-06scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth1-17/+0
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+2
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov1-1/+3
2018-01-12pc: fail memory hot-plug/unplug with -no-acpi and Q35 machine typeHaozhong Zhang1-4/+14
2017-12-18hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé1-0/+1
2017-12-18hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé1-1/+1
2017-12-18hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé1-1/+1
2017-12-01pc: fix crash on attempted cpu unplugIgor Mammedov1-0/+5
2017-11-16NUMA: Enable adding NUMA node implicitlyDou Liyang1-0/+1
2017-11-16hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum1-0/+22
2017-10-27x86: Skip check apic_id_limit for XenLan Tianyu1-1/+1
2017-10-12pc: make sure that plugged CPUs are of the same typeIgor Mammedov1-0/+7
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-45/+16
2017-09-19numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov1-9/+11
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis1-1/+1
2017-09-19hw/i386: Improve some of the warning messagesAlistair Francis1-4/+3
2017-09-19pc: use generic cpu_model parsingIgor Mammedov1-36/+5
2017-08-22hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth1-2/+12
2017-08-02pc: make 'pc.rom' readonly when machine has PCI enabledIgor Mammedov1-0/+3
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-07-13Convert error_report*_err() to warn_report*_err()Alistair Francis1-2/+1
2017-07-13Convert error_report() to warn_report()Alistair Francis1-5/+5
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell1-3/+3