index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ivshmem.c
Age
Commit message (
Expand
)
Author
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
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
2012-01-04
vmstate, memory: decouple vmstate from memory API
Avi Kivity
2011-11-21
ivshmem: fix PCI BAR2 registration during initialization
Hongyong Zang
2011-11-21
ivshmem: use migration blockers to prevent live migration in peer mode (v2)
Anthony Liguori
2011-08-22
char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()
Anthony Liguori
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-08-08
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
2011-08-08
msix: convert to memory API
Avi Kivity
2011-08-08
ivshmem: convert to memory API
Avi Kivity
2011-06-12
hw/ivshmem.c: convert to PCIDeviceInfo to initialize ids
Isaku Yamahata
2010-12-11
Add endianness as io mem parameter
Alexander Graf
2010-09-04
Fix ivshmem build on 32-bit hosts
Avi Kivity
2010-09-04
hw/ivshmem.c don't check for negative values on unsigned data types
Jes Sorensen
2010-08-10
RESEND: Inter-VM shared memory PCI device
Cam Macdonell