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
Age
Commit message (
Expand
)
Author
2012-10-23
qmp: add NBD server commands
Paolo Bonzini
2012-10-23
block: add close notifiers
Paolo Bonzini
2012-10-23
block: prepare code for adding block notifiers
Paolo Bonzini
2012-10-23
qemu-sockets: add socket_listen, socket_connect, socket_parse
Paolo Bonzini
2012-10-23
tests: do not include tools-obj-y
Paolo Bonzini
2012-10-23
qemu-sockets: return InetSocketAddress from inet_parse
Paolo Bonzini
2012-10-23
qapi: add socket address types
Paolo Bonzini
2012-10-23
build: add QAPI files to the tools
Paolo Bonzini
2012-10-23
vnc: drop QERR_VNC_SERVER_FAILED
Paolo Bonzini
2012-10-23
qemu-sockets: add error propagation to Unix socket functions
Paolo Bonzini
2012-10-23
qemu-sockets: add error propagation to inet_parse
Paolo Bonzini
2012-10-23
qemu-sockets: add error propagation to inet_dgram_opts
Paolo Bonzini
2012-10-23
qemu-sockets: add error propagation to inet_connect_addr
Paolo Bonzini
2012-10-23
qemu-sockets: include strerror or gai_strerror output in error messages
Paolo Bonzini
2012-10-23
vnc: add error propagation to vnc_display_open
Paolo Bonzini
2012-10-23
vnc: reorganize code for reverse mode
Paolo Bonzini
2012-10-23
vnc: introduce a single label for error returns
Paolo Bonzini
2012-10-23
vnc: avoid Yoda conditionals
Paolo Bonzini
2012-10-23
qemu-ga: ask and print error information from qemu-sockets
Paolo Bonzini
2012-10-23
nbd: ask and print error information from qemu-sockets
Paolo Bonzini
2012-10-23
qemu-char: ask and print error information from qemu-sockets
Paolo Bonzini
2012-10-23
migration (incoming): add error propagation to fd and exec protocols
Paolo Bonzini
2012-10-23
migration (outgoing): add error propagation for all protocols
Paolo Bonzini
2012-10-23
migration: use qemu-sockets to establish Unix sockets
Paolo Bonzini
2012-10-23
migration: centralize call to migrate_fd_error()
Paolo Bonzini
2012-10-23
migration: avoid using error_is_set and thus relying on errp != NULL
Paolo Bonzini
2012-10-23
qemu-sockets: add nonblocking connect for Unix sockets
Paolo Bonzini
2012-10-23
qemu-sockets: unix_listen and unix_connect are portable
Paolo Bonzini
2012-10-23
qemu-sockets: add Error ** to all functions
Paolo Bonzini
2012-10-23
error: add error_set_errno and error_setg_errno
Paolo Bonzini
2012-10-22
usb-serial: only expose device in guest when the chardev is open
Gerd Hoffmann
2012-10-22
usb-serial: don't magically zap chardev on umplug
Gerd Hoffmann
2012-10-22
serial: add pci-serial documentation
Gerd Hoffmann
2012-10-22
serial: add 2x + 4x pci variant
Gerd Hoffmann
2012-10-22
serial: add windows inf file for the pci card to docs
Gerd Hoffmann
2012-10-22
serial: add pci variant
Gerd Hoffmann
2012-10-22
serial: split serial.c
Gerd Hoffmann
2012-10-22
Call MADV_HUGEPAGE for guest RAM allocations
Luiz Capitulino
2012-10-22
Merge remote-tracking branch 'quintela/migration-next-20121017' into staging
Anthony Liguori
2012-10-22
Merge remote-tracking branch 'qemu-kvm/memory/dma' into staging
Anthony Liguori
2012-10-22
pci: honor PCI_COMMAND_MASTER
Avi Kivity
2012-10-22
pci: give each device its own address space
Avi Kivity
2012-10-22
memory: add address_space_destroy()
Avi Kivity
2012-10-22
dma: make dma access its own address space
Avi Kivity
2012-10-22
memory: per-AddressSpace dispatch
Avi Kivity
2012-10-22
s390: avoid reaching into memory core internals
Avi Kivity
2012-10-22
memory: use AddressSpace for MemoryListener filtering
Avi Kivity
2012-10-22
memory: move tcg flush into a tcg memory listener
Avi Kivity
2012-10-22
memory: move address_space_memory and address_space_io out of memory core
Avi Kivity
2012-10-22
memory: manage coalesced mmio via a MemoryListener
Avi Kivity
[next]