aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)Author
2013-07-23Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-07-23exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber
2013-07-23kvmvapic: Use QOM realizeHu Tao
2013-07-23kvm/clock: Use QOM realize for kvmclockHu Tao
2013-07-23kvm/clock: QOM'ify some moreHu Tao
2013-07-23q35: Use type-safe cast instead of direct access of parent devHu Tao
2013-07-18Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-07-15pc: don't access fw cfg if NULLMichael S. Tsirkin
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-07-07pci: Add root bus parameter to pci_nic_init()David Gibson
2013-07-07pci: Abolish pci_find_root_bus()David Gibson
2013-07-07Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add ref/unref callsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-07-04pc_piix: cleanup init compat handlingMichael S. Tsirkin
2013-07-04pc: pass PCI hole ranges to GuestsMichael S. Tsirkin
2013-07-04pci: store PCI hole ranges in guestinfo structureMichael S. Tsirkin
2013-07-03kvmclock: clock should count only if vm is runningMarcelo Tosatti
2013-07-03pci-assign: remove the duplicate function name in debug messageWanlong Gao
2013-07-01KVM: PIC: Only commit irq routing when necessaryAlexander Graf
2013-06-28multiboot: Calculate upper_mem in the ROMKevin Wolf
2013-06-28cpu: Change cpu_exit() argument to CPUStateAndreas Färber
2013-06-28kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber
2013-06-25Move hardcoded initialization of xen-platform device.Paul Durrant
2013-06-25Allow use of pc machine type (accel=xen) for Xen HVM domains.Paul Durrant
2013-06-25Revert "xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-trad...Stefano Stabellini
2013-06-24Merge remote-tracking branch 'kraxel/usb.84' into stagingAnthony Liguori
2013-06-24usb: fix serial number for hid devicesGerd Hoffmann
2013-06-21kvm: Fix potential resource leak (missing fclose)Stefan Weil
2013-06-19pc: Make -no-fd-bootchk stick across boot order changesMarkus Armbruster
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl
2013-06-14smbios: Check R in -smbios type=0, release=R parses okayMarkus Armbruster
2013-06-14smbios: Fix -smbios type=0, release=... for big endian hostsMarkus Armbruster
2013-06-14smbios: Clean up smbios_add_field() parametersMarkus Armbruster
2013-06-14smbios: Convert to error_report()Markus Armbruster
2013-06-10target-i386: Update model values on Conroe/Penryn/Nehalem CPU modelsEduardo Habkost
2013-06-10pc: Create pc-*-1.6 machine-typesEduardo Habkost
2013-06-10pc: Fix crash when attempting to hotplug CPU with negative IDIgor Mammedov
2013-06-07isa: QOM'ify ISADeviceAndreas Färber
2013-06-07i8259: Convert PICCommonState to use QOM realizefnAndreas Färber
2013-06-07kvm/i8259: QOM'ify some moreAndreas Färber
2013-06-07i8254: Convert PITCommonState to QOM realizefnAndreas Färber
2013-06-07kvm/i8254: QOM'ify some moreAndreas Färber
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber
2013-06-04Merge remote-tracking branch 'sstabellini/xen_fixes_20130603' into stagingAnthony Liguori
2013-06-03xen: use pc_init_pci instead of pc_init_pci_no_kvmclockStefano Stabellini