Sign in
qemu
/
qemu
/
5bcebc253c1637d3a5b957abc7460c49a670c4de
/
include
/
hw
3e998a7
Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5
by Anthony Liguori
· 12 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
04920fc
loader: store FW CFG ROM files in RAM
by Michael S. Tsirkin
· 12 years ago
b643e4b
hw/arm/pic_cpu: Remove the now-unneeded arm_pic_init_cpu()
by Peter Maydell
· 12 years ago
6dd2a5c
pc_sysfw: do not make it a device anymore
by Paolo Bonzini
· 12 years ago
6793dfd
virtio: clear signalled_used_valid when switching from dataplane
by Stefan Hajnoczi
· 12 years ago
3984890
pc: limit 64 bit hole to 2G by default
by Igor Mammedov
· 12 years ago
e8cd45c
qdev: Add SIZE type to qdev properties
by Vasilis Liaskovitis
· 12 years ago
f5338ee
pc: move IO_APIC_DEFAULT_ADDRESS to include/hw/i386/ioapic.h
by Michael S. Tsirkin
· 12 years ago
b67964d
sysbus: QOM parent field cleanup for SysBusDevice
by Andreas Färber
· 12 years ago
339104f
sysbus: Remove unused sysbus_new() prototype
by Andreas Färber
· 12 years ago
f3d74d3
sysbus: Drop FROM_SYSBUS()
by Andreas Färber
· 12 years ago
29d1ffc
m48t59: QOM cast cleanup for M48t59SysBusState
by Andreas Färber
· 12 years ago
a0b9792
lm32_juart: QOM cast cleanup
by Andreas Färber
· 12 years ago
0ee1024
lm32_juart: Relocate and tidy header
by Andreas Färber
· 12 years ago
81069b2
escc: QOM cast cleanup
by Andreas Färber
· 12 years ago
bcb7575
pcie_port: Turn PCIEPort and PCIESlot into abstract QOM types
by Andreas Färber
· 12 years ago
f055e96
pci-bridge: Turn PCIBridge into abstract QOM type
by Andreas Färber
· 12 years ago
eddbf0a
Merge remote-tracking branch 'stefanha/block' into staging
by Anthony Liguori
· 12 years ago
4ff1fac
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
by Anthony Liguori
· 12 years ago
3d1237f
qemu-help: Sort devices by logical functionality
by Marcel Apfelbaum
· 12 years ago
949fc82
hw: import bitmap operations in qdev-core header
by Marcel Apfelbaum
· 12 years ago
c04d6cf
xics: rename types to be sane and follow coding style
by Anthony Liguori
· 12 years ago
e68cb8b
pseries: savevm support with KVM
by Alexey Kardashevskiy
· 12 years ago
1112cf9
pseries: savevm support for PCI host bridge
by David Gibson
· 12 years ago
4be21d5
pseries: savevm support for pseries machine
by David Gibson
· 12 years ago
a83000f
spapr-tce: make sPAPRTCETable a proper device
by Anthony Liguori
· 12 years ago
b368a7d
pseries: savevm support for VIO devices
by David Gibson
· 12 years ago
84db52d
dataplane: enable virtio-blk x-data-plane=on live migration
by Stefan Hajnoczi
· 12 years ago
9337e3b
target-i386: Disable PMU CPUID leaf by default
by Eduardo Habkost
· 12 years ago
8fbab3b
Xen PV Device
by Paul Durrant
· 12 years ago
05b3274
hw/mips: align initrd to 64KB to avoid kernel error
by James Hogan
· 12 years ago
61fcb62
isa_mmio: delete
by Paolo Bonzini
· 12 years ago
caad4eb
scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()
by Andreas Färber
· 12 years ago
ce88812
q35: Use type-safe cast instead of direct access of parent dev
by Hu Tao
· 12 years ago
ce72439
sysbus: Document SysBusDeviceClass::init and realize semantics
by Hu Tao
· 12 years ago
549c272
Merge remote-tracking branch 'pmaydell/tags/pull-arm-devs-20130722' into staging
by Anthony Liguori
· 12 years ago
84aee0d
hw/loader: Support ramdisk with u-boot header
by Soren Brinkmann
· 12 years ago
3b1cceb
arm/boot: Allow boards to modify the FDT blob
by Peter Maydell
· 12 years ago
6ce69d1
virtio: Support transports which can specify the vring alignment
by Peter Maydell
· 12 years ago
e63c0ba
virtio: Add support for guest setting of queue size
by Peter Maydell
· 12 years ago
9154b02
dataplane: sync virtio.c and vring.c virtqueue state
by Stefan Hajnoczi
· 12 years ago
e9acb8c
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 12 years ago
488f069
virtio-net: add feature bit for any header s/g
by Michael S. Tsirkin
· 12 years ago
80fc95d
PPC: dbdma: Support unaligned DMA access
by Alexander Graf
· 12 years ago
03ee3b1
PPC: dbdma: Move processing to io
by Alexander Graf
· 12 years ago
d2f0ce2
PPC: dbdma: Move static bh variable to device struct
by Alexander Graf
· 12 years ago
d1e562d
PPC: dbdma: Introduce kick function
by Alexander Graf
· 12 years ago
f2f963f
PPC: dbdma: Move defines into header file
by Alexander Graf
· 12 years ago
4268b09
pci: fix BRDIGE typo
by Don Koch
· 12 years ago
e78e9ae
pci-bridge: update mappings for migration/restore
by Don Koch
· 12 years ago
2b92757
intc/openpic: Build openpic only once
by Andreas Färber
· 12 years ago
dc11549
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 12 years ago
7588e2b
pci: Fold host_buses list into PCIHostState functionality
by David Gibson
· 12 years ago
29b358f
pci: Add root bus parameter to pci_nic_init()
by David Gibson
· 12 years ago
85c6e4f
pci: Add root bus argument to pci_get_bus_devfn()
by David Gibson
· 12 years ago
568f069
pci: Replace pci_find_domain() with more general pci_root_bus_path()
by David Gibson
· 12 years ago
c473d18
pci: Use helper to find device's root bus in pci_find_domain()
by David Gibson
· 12 years ago
1ef7a2a
pci: Abolish pci_find_root_bus()
by David Gibson
· 12 years ago
3cd2cf4
pam: pass device to init_pam and use it to set owner
by Paolo Bonzini
· 12 years ago
84af6d9
spapr_iommu: pass device to spapr_tce_new_table and use it to set owner
by Paolo Bonzini
· 12 years ago
dfde4e6
memory: add ref/unref calls
by Paolo Bonzini
· 12 years ago
d67f679
vmport: Disentangle read handler type from portio
by Jan Kiszka
· 12 years ago
f487b67
dma: keep a device alive while it has SGLists
by Paolo Bonzini
· 12 years ago
6ac363b
pci: Move pci_read_devaddr to pci-hotplug-old.c
by David Gibson
· 12 years ago
bc3e6a0
pvpanic: initialization cleanup
by Michael S. Tsirkin
· 12 years ago
f8c457b
pc: pass PCI hole ranges to Guests
by Michael S. Tsirkin
· 12 years ago
3459a62
pci: store PCI hole ranges in guestinfo structure
by Michael S. Tsirkin
· 12 years ago
a1014f2
PPC: Add clock-frequency export for Mac machines
by Alexander Graf
· 12 years ago
210b580
spapr-rtas: add CPU argument to RTAS calls
by Anthony Liguori
· 12 years ago
dd49c03
intc/openpic_kvm: Fix QOM and build issues
by Andreas Färber
· 12 years ago
e176634
intc/openpic: QOM'ify
by Andreas Färber
· 12 years ago
d85937e
kvm/openpic: in-kernel mpic support
by Scott Wood
· 12 years ago
8935a44
openpic: factor out some common defines into openpic.h
by Scott Wood
· 12 years ago
ec3f8c9
linux-user: Fix compilation failure
by Peter Maydell
· 12 years ago
fc744bb
Revert "xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional)"
by Stefano Stabellini
· 12 years ago
71938a0
usb: add serial bus property
by Gerd Hoffmann
· 12 years ago
df32fd1
dma: eliminate DMAContext
by Paolo Bonzini
· 12 years ago
9647859
spapr_vio: take care of creating our own AddressSpace/DMAContext
by Paolo Bonzini
· 12 years ago
e00387d
pci: use memory core for iommu support
by Avi Kivity
· 12 years ago
a84bb43
spapr: use memory core for iommu support
by Paolo Bonzini
· 12 years ago
2b7dc94
spapr: convert TCE API to use an opaque type
by Paolo Bonzini
· 12 years ago
083b79c
vl: Rename *boot_devices to *boot_order, for consistency
by Markus Armbruster
· 12 years ago
f3c507a
NVMe: Initial commit for new storage interface
by Keith Busch
· 12 years ago
371a775
Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu
by Blue Swirl
· 12 years ago
ebc85e3
smbios: Clean up smbios_add_field() parameters
by Markus Armbruster
· 12 years ago
301255e
Merge remote-tracking branch 'mjt/trivial-patches-next' into staging
by Anthony Liguori
· 12 years ago
8e8638f
char/serial: Use generic Fifo8
by Peter Crosthwaite
· 12 years ago
6b11322
target-i386: Set level=4 on Conroe/Penryn/Nehalem
by Eduardo Habkost
· 12 years ago
ffce9eb
target-i386: Update model values on Conroe/Penryn/Nehalem CPU models
by Eduardo Habkost
· 12 years ago
fef7fbc
qdev: Drop FROM_QBUS() macro
by Andreas Färber
· 12 years ago
4a17cc4
isa: QOM'ify ISADevice
by Andreas Färber
· 12 years ago
2ae0e48
isa: QOM'ify ISABus
by Andreas Färber
· 12 years ago
d2628b7
i8259: Convert PICCommonState to use QOM realizefn
by Andreas Färber
· 12 years ago
a15d091
i8254: Convert PITCommonState to QOM realizefn
by Andreas Färber
· 12 years ago
58cd986
kvm/i8254: QOM'ify some more
by Andreas Färber
· 12 years ago
3afe7e1
i8254: QOM'ify some more
by Andreas Färber
· 12 years ago
db895a1
isa: Use realizefn for ISADevice
by Andreas Färber
· 12 years ago
8819c10
Merge remote-tracking branch 'sstabellini/xen_fixes_20130603' into staging
by Anthony Liguori
· 12 years ago
e47dccc
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 12 years ago
Next »