aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-24throttle-groups: fix restart coroutine iothread raceStefan Hajnoczi2-0/+14
2019-01-23Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190121-pull-request' i...Peter Maydell22-30/+131
2019-01-23Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2019-01-22...Peter Maydell4-15/+34
2019-01-22Merge remote-tracking branch 'remotes/kraxel/tags/ipxe-20190122-pull-request'...Peter Maydell9-0/+0
2019-01-22Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-01-21' into st...Peter Maydell14-332/+938
2019-01-22target/microblaze: Add props enabling exceptions on failed bus accessesEdgar E. Iglesias2-1/+13
2019-01-22hw/microblaze: s3adsp1800: Create an unimplemented GPIO areaEdgar E. Iglesias1-0/+4
2019-01-22target/microblaze: Switch to transaction_failed hookPeter Maydell3-14/+17
2019-01-22Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-01-2...Peter Maydell32-286/+321
2019-01-22ipxe: update to latest git masterGerd Hoffmann9-0/+0
2019-01-22tests: remove rule for nonexisting qdev-monitor-testPaolo Bonzini1-1/+0
2019-01-22tests/hexloader-test: Don't pass -nographic to the QEMU under testPeter Maydell1-1/+1
2019-01-22configure: Force the C standard to gnu99Thomas Huth1-1/+4
2019-01-22seccomp: Work-around GCC 4.x bug in gnu99 modeThomas Huth1-1/+2
2019-01-22block: Work-around a bug in libiscsi 1.9.0 when used in gnu99 modeThomas Huth1-0/+2
2019-01-22linux-user: Fix compilation with clang 3.4Thomas Huth2-5/+5
2019-01-22virtio-net: Fix VirtIONet typedef redefinitionPhilippe Mathieu-Daudé1-3/+2
2019-01-22ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 modeThomas Huth3-8/+8
2019-01-22ppc: Move spapr-related prototypes from xics.h into a seperate header fileThomas Huth5-7/+40
2019-01-22ui/console: Remove PixelFormat from qemu/typedefs.hPhilippe Mathieu-Daudé3-11/+10
2019-01-22ui/console: Remove MouseTransformInfo from qemu/typedefs.hPhilippe Mathieu-Daudé3-3/+3
2019-01-22ui/console: Remove DisplayState/DisplaySurface from "qemu/typedefs.h"Philippe Mathieu-Daudé2-4/+4
2019-01-22ui/console: Remove QemuDmaBuf from "qemu/typedefs.h"Philippe Mathieu-Daudé2-3/+2
2019-01-22audio: Remove AudioState from "qemu/typedefs.h"Philippe Mathieu-Daudé2-3/+2
2019-01-22hw/i386: Remove PCMachineClass from "qemu/typedefs.h"Philippe Mathieu-Daudé2-3/+2
2019-01-22hw/char/serial: Remove SerialState from "qemu/typedefs.h"Philippe Mathieu-Daudé2-3/+2
2019-01-22hw/bt: Remove HCIInfo from "qemu/typedefs.h"Philippe Mathieu-Daudé2-3/+2
2019-01-22hw/i2c/smbus: Remove SMBusDevice from "qemu/typedefs.h"Philippe Mathieu-Daudé2-1/+2
2019-01-22hw/ide/ahci: Remove AllwinnerAHCIState from "qemu/typedefs.h"Philippe Mathieu-Daudé2-3/+2
2019-01-22hw/pcmcia: Remove PCMCIACardState from "qemu/typedefs.h"Philippe Mathieu-Daudé3-3/+3
2019-01-22hw/input/ps2: Remove PS2State from "qemu/typedefs.h"Philippe Mathieu-Daudé2-1/+2
2019-01-22tests/pnv-xscom: Make test independent of global_qtestThomas Huth1-14/+15
2019-01-22tests/boot-order: Make test independent of global_qtestThomas Huth1-30/+29
2019-01-22tests/endianesss: Make test independent of global_qtestThomas Huth1-163/+166
2019-01-22tests/Makefile: Use some more CONFIG switches for ppc testsThomas Huth1-6/+6
2019-01-22tests/Makefile: Use some more CONFIG switches for x86 testsThomas Huth1-5/+5
2019-01-21iotests: Enhance 223, 233 to cover 'qemu-nbd --list'Eric Blake4-6/+50
2019-01-21nbd/client: Work around 3.0 bug for listing meta contextsEric Blake1-0/+19
2019-01-21qemu-nbd: Add --list optionEric Blake2-17/+167
2019-01-21nbd/client: Add meta contexts to nbd_receive_export_list()Eric Blake2-2/+41
2019-01-21nbd/client: Add nbd_receive_export_list()Eric Blake2-4/+143
2019-01-21nbd/client: Refactor nbd_opt_go() to support NBD_OPT_INFOEric Blake2-18/+26
2019-01-21nbd/client: Pull out oldstyle size determinationEric Blake1-17/+32
2019-01-21nbd/client: Split handshake into two functionsEric Blake2-51/+96
2019-01-21nbd/client: Refactor return of nbd_receive_negotiate()Eric Blake1-28/+23
2019-01-21nbd/client: Split out nbd_receive_one_meta_context()Eric Blake2-58/+91
2019-01-21nbd/client: Split out nbd_send_meta_query()Eric Blake2-21/+45
2019-01-21nbd/client: Change signature of nbd_negotiate_simple_meta_context()Eric Blake3-31/+28
2019-01-21nbd/client: Move export name into NBDExportInfoEric Blake5-30/+30
2019-01-21nbd/client: Refactor nbd_receive_list()Eric Blake2-33/+59