summaryrefslogtreecommitdiffstats
path: root/hw/i386/pc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2014-01-101-9/+8
|\
| * target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan2013-12-231-9/+8
* | isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+6
* | qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+1
|/
* pc: use macro for HPET typeMichael S. Tsirkin2013-12-111-1/+1
* hpet: enable to entitle more irq pins for hpetLiu Ping Fan2013-12-111-3/+16
* pc: map PCI address space as catchall region for not mapped addressesMichael S. Tsirkin2013-12-101-14/+6
* pc: register e820 entries for ramGerd Hoffmann2013-11-041-7/+1
* pc: add etc/e820 fw_cfg fileGerd Hoffmann2013-11-041-11/+28
* Merge remote-tracking branch 'kraxel/e820.1' into stagingAnthony Liguori2013-10-311-0/+8
|\
| * e820: pass high memory too.Gerd Hoffmann2013-10-171-0/+8
* | i386: ACPI table generation code from seabiosMichael S. Tsirkin2013-10-141-0/+2
* | pc: use new api to add builtin tablesMichael S. Tsirkin2013-10-141-1/+1
* | i386: define pc guest infoMichael S. Tsirkin2013-10-141-0/+21
|/
* cpu: Use QTAILQ for CPU listAndreas Färber2013-09-031-2/+1
* Convert stderr message calling error_get_pretty() to error_report()Seiji Aguchi2013-08-201-3/+3
* pc_sysfw: do not make it a device anymorePaolo Bonzini2013-08-121-1/+1
* target-i386: Fix X86CPU error handlingAndreas Färber2013-08-061-7/+6
* pc: limit 64 bit hole to 2G by defaultIgor Mammedov2013-07-291-22/+34
* pc: move IO_APIC_DEFAULT_ADDRESS to include/hw/i386/ioapic.hMichael S. Tsirkin2013-07-291-2/+0
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-181-1/+1
|\
| * pc: don't access fw cfg if NULLMichael S. Tsirkin2013-07-151-1/+1
* | cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-091-7/+10
* | cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2013-07-091-5/+6
* | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-081-2/+72
|\ \ | |/
| * pci: Add root bus parameter to pci_nic_init()David Gibson2013-07-071-1/+1
| * pc: pass PCI hole ranges to GuestsMichael S. Tsirkin2013-07-041-0/+26
| * pci: store PCI hole ranges in guestinfo structureMichael S. Tsirkin2013-07-041-1/+45
* | hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* | memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-7/+7
|/
* cpu: Change cpu_exit() argument to CPUStateAndreas Färber2013-06-281-1/+1
* pc: Make -no-fd-bootchk stick across boot order changesMarkus Armbruster2013-06-191-4/+3
* Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl2013-06-151-10/+18
|\
| * isa: QOM'ify ISADeviceAndreas Färber2013-06-071-4/+5
| * isa: Use realizefn for ISADeviceAndreas Färber2013-06-071-6/+13
* | pc: Fix crash when attempting to hotplug CPU with negative IDIgor Mammedov2013-06-101-0/+5
|/
* refer to FWCfgState explicitlyLaszlo Ersek2013-06-021-12/+12
* pc: Implement QEMUMachine::hot_add_cpu hookIgor Mammedov2013-05-011-0/+26
* target-i386: Move APIC to ICC busIgor Mammedov2013-05-011-2/+11
* target-i386: Attach ICC bus to CPU on its creationIgor Mammedov2013-05-011-4/+6
* target-i386: Introduce apic-id CPU propertyIgor Mammedov2013-05-011-1/+28
* pc: Update rtc_cmos on CPU hot-plugIgor Mammedov2013-05-011-0/+20
* pc: QOM'ify port 92Andreas Färber2013-04-291-5/+9
* acpi: move declarations from pc.h to acpi.hMichael S. Tsirkin2013-04-151-0/+1
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-12/+12
* pc_acpi_init(): don't bail as soon as failing to find default DSDTLaszlo Ersek2013-04-041-16/+17
* Introduce IO_APIC_DEFAULT_ADDRESS for 0xfec00000Laszlo Ersek2013-04-041-1/+3
* like acpi_table_install(), acpi_table_add() should propagate ErrorsLaszlo Ersek2013-04-041-2/+6
* acpi_table_add(): accept QemuOpts and parse it with OptsVisitorLaszlo Ersek2013-04-041-1/+8
OpenPOWER on IntegriCloud