aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-23migration: introduce pages-per-secondXiao Guangrong
2019-01-23vmstate: constify SaveVMHandlersMarc-André Lureau
2019-01-23tests: add /vmstate/simple/arrayMarc-André Lureau
2019-01-23migration/rdma: unregister fd handlerDr. David Alan Gilbert
2019-01-23migration: unify error handling for process_incoming_migration_coFei Li
2019-01-23migration: add more error handling for postcopy_ram_enable_notifyFei Li
2019-01-23migration: multifd_save_cleanup() can't fail, simplifyFei Li
2019-01-23migration: fix the multifd code when receiving less channelsFei Li
2019-01-23Fix segmentation fault when qemu_signal_init failsFei Li
2019-01-22Merge remote-tracking branch 'remotes/kraxel/tags/ipxe-20190122-pull-request'...Peter Maydell
2019-01-22Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-01-21' into st...Peter Maydell
2019-01-22Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-01-2...Peter Maydell
2019-01-22ipxe: update to latest git masterGerd Hoffmann
2019-01-22tests: remove rule for nonexisting qdev-monitor-testPaolo Bonzini
2019-01-22tests/hexloader-test: Don't pass -nographic to the QEMU under testPeter Maydell
2019-01-22configure: Force the C standard to gnu99Thomas Huth
2019-01-22seccomp: Work-around GCC 4.x bug in gnu99 modeThomas Huth
2019-01-22block: Work-around a bug in libiscsi 1.9.0 when used in gnu99 modeThomas Huth
2019-01-22linux-user: Fix compilation with clang 3.4Thomas Huth
2019-01-22virtio-net: Fix VirtIONet typedef redefinitionPhilippe Mathieu-Daudé
2019-01-22ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 modeThomas Huth
2019-01-22ppc: Move spapr-related prototypes from xics.h into a seperate header fileThomas Huth
2019-01-22ui/console: Remove PixelFormat from qemu/typedefs.hPhilippe Mathieu-Daudé
2019-01-22ui/console: Remove MouseTransformInfo from qemu/typedefs.hPhilippe Mathieu-Daudé
2019-01-22ui/console: Remove DisplayState/DisplaySurface from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22ui/console: Remove QemuDmaBuf from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22audio: Remove AudioState from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22hw/i386: Remove PCMachineClass from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22hw/char/serial: Remove SerialState from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22hw/bt: Remove HCIInfo from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22hw/i2c/smbus: Remove SMBusDevice from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22hw/ide/ahci: Remove AllwinnerAHCIState from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22hw/pcmcia: Remove PCMCIACardState from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22hw/input/ps2: Remove PS2State from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22tests/pnv-xscom: Make test independent of global_qtestThomas Huth
2019-01-22tests/boot-order: Make test independent of global_qtestThomas Huth
2019-01-22tests/endianesss: Make test independent of global_qtestThomas Huth
2019-01-22tests/Makefile: Use some more CONFIG switches for ppc testsThomas Huth
2019-01-22tests/Makefile: Use some more CONFIG switches for x86 testsThomas Huth
2019-01-21iotests: Enhance 223, 233 to cover 'qemu-nbd --list'Eric Blake
2019-01-21nbd/client: Work around 3.0 bug for listing meta contextsEric Blake
2019-01-21qemu-nbd: Add --list optionEric Blake
2019-01-21nbd/client: Add meta contexts to nbd_receive_export_list()Eric Blake
2019-01-21nbd/client: Add nbd_receive_export_list()Eric Blake
2019-01-21nbd/client: Refactor nbd_opt_go() to support NBD_OPT_INFOEric Blake
2019-01-21nbd/client: Pull out oldstyle size determinationEric Blake
2019-01-21nbd/client: Split handshake into two functionsEric Blake
2019-01-21nbd/client: Refactor return of nbd_receive_negotiate()Eric Blake
2019-01-21nbd/client: Split out nbd_receive_one_meta_context()Eric Blake
2019-01-21nbd/client: Split out nbd_send_meta_query()Eric Blake