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
/
xen_platform.c
Age
Commit message (
Expand
)
Author
2013-01-15
xen_platform: Do not use old_portio-style callbacks
Hervé Poussineau
2013-01-10
Make all static TypeInfos const
Andreas Färber
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
net: do not include net.h everywhere
Paolo Bonzini
2012-12-17
pci: update all users to look in pci/
Michael S. Tsirkin
2012-10-29
xen_platform: convert PIO to new memory api read/write
Alexander Graf
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-03
xen: Fix, no unplug of pt device by platform device.
Anthony PERARD
2012-08-23
qom: object_delete should unparent the object first
Paolo Bonzini
2012-06-21
pci.c: Add opaque argument to pci_for_each_device.
Anthony PERARD
2012-05-21
xen: Fix PV-on-HVM
Anthony PERARD
2012-04-09
qdev: qdev_unplug(): use error_set()
Luiz Capitulino
2012-02-15
qom: Unify type registration
Andreas Färber
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-01-27
pci: convert to QEMU Object Model
Anthony Liguori
2011-12-05
block: convert qemu_aio_flush() calls to bdrv_drain_all()
Stefan Hajnoczi
2011-11-07
xen-platform: Fix IO port read/write functions
Anthony PERARD
2011-08-08
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
2011-08-08
xen-platform: convert to memory API
Avi Kivity
2011-07-26
xen: implement unplug protocol in xen_platform
Stefano Stabellini
2011-07-17
xen: move to new pci initializers
Michael S. Tsirkin
2011-07-17
pci_ids: tweak names to match linux/pci_ids.h
Michael S. Tsirkin
2011-06-19
xen: Add the Xen platform pci device
Steven Smith