index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i386
/
pc.c
Age
Commit message (
Expand
)
Author
2013-07-08
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-07-07
pci: Add root bus parameter to pci_nic_init()
David Gibson
2013-07-04
hw/i*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
pc: pass PCI hole ranges to Guests
Michael S. Tsirkin
2013-07-04
pci: store PCI hole ranges in guestinfo structure
Michael S. Tsirkin
2013-06-28
cpu: Change cpu_exit() argument to CPUState
Andreas Färber
2013-06-19
pc: Make -no-fd-bootchk stick across boot order changes
Markus Armbruster
2013-06-15
Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu
Blue Swirl
2013-06-10
pc: Fix crash when attempting to hotplug CPU with negative ID
Igor Mammedov
2013-06-07
isa: QOM'ify ISADevice
Andreas Färber
2013-06-07
isa: Use realizefn for ISADevice
Andreas Färber
2013-06-02
refer to FWCfgState explicitly
Laszlo Ersek
2013-05-01
pc: Implement QEMUMachine::hot_add_cpu hook
Igor Mammedov
2013-05-01
target-i386: Move APIC to ICC bus
Igor Mammedov
2013-05-01
target-i386: Attach ICC bus to CPU on its creation
Igor Mammedov
2013-05-01
target-i386: Introduce apic-id CPU property
Igor Mammedov
2013-05-01
pc: Update rtc_cmos on CPU hot-plug
Igor Mammedov
2013-04-29
pc: QOM'ify port 92
Andreas Färber
2013-04-15
acpi: move declarations from pc.h to acpi.h
Michael S. Tsirkin
2013-04-08
hw: move private headers to hw/ subdirectories.
Paolo Bonzini
2013-04-08
hw: move headers to include/
Paolo Bonzini
2013-04-04
pc_acpi_init(): don't bail as soon as failing to find default DSDT
Laszlo Ersek
2013-04-04
Introduce IO_APIC_DEFAULT_ADDRESS for 0xfec00000
Laszlo Ersek
2013-04-04
like acpi_table_install(), acpi_table_add() should propagate Errors
Laszlo Ersek
2013-04-04
acpi_table_add(): accept QemuOpts and parse it with OptsVisitor
Laszlo Ersek
2013-03-28
hw/i386/pc: format load_linux function
liguang
2013-03-12
cpu: Pass CPUState to cpu_interrupt()
Andreas Färber
2013-03-12
exec: Pass CPUState to cpu_reset_interrupt()
Andreas Färber
2013-03-01
hw: move boards and other isolated files to hw/ARCH
Paolo Bonzini