summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-29kbd: add brazil kbd keys to qemuGerd Hoffmann2-1/+7
2015-05-28Revert "gdbstub: Do not kill target in system emulation mode"Fabien Chouteau1-2/+0
2015-05-28Add GDB qAttached supportJan Kiszka1-0/+10
2015-05-28gdbstub: Introduce an is is_query_packet helperJan Kiszka1-2/+10
2015-05-28gdbstub: Fix qOffsets packet detectionJan Kiszka1-1/+1
2015-05-28Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150528' into stagingPeter Maydell11-43/+357
2015-05-28Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell19-239/+331
2015-05-27s390x: Enable vector processing capabilityEric Farman1-0/+1
2015-05-27s390x: Migrate vector registersEric Farman2-0/+75
2015-05-27s390x: Add vector registers to ELF dumpEric Farman1-0/+39
2015-05-27linux/elf.h updateEric Farman1-0/+2
2015-05-27s390x: Add vector registers to HMP outputEric Farman1-0/+6
2015-05-27s390x: gdb updates for vector registersEric Farman2-1/+47
2015-05-27gdb-xml: Include XML for s390 vector registersEric Farman1-0/+59
2015-05-27s390x: Store Additional Status SIGP orderEric Farman2-0/+56
2015-05-27s390x: Vector Register IOCTLsEric Farman4-35/+56
2015-05-27s390x: Common access to floating point registersEric Farman7-10/+19
2015-05-27net/net: Record usage status of mac addressShannon Zhao1-4/+55
2015-05-27tap: Improve -netdev/netdev_add/-net/... tap error reportingMarkus Armbruster1-23/+22
2015-05-27tap: Finish conversion of tap_open() to ErrorMarkus Armbruster1-4/+0
2015-05-27tap-solaris: Convert tap_open() to ErrorMarkus Armbruster1-29/+30
2015-05-27tap-bsd: Convert tap_open() to ErrorMarkus Armbruster1-19/+14
2015-05-27tap-linux: Convert tap_open() to ErrorMarkus Armbruster1-8/+9
2015-05-27tap: Permit incremental conversion of tap_open() to ErrorMarkus Armbruster7-13/+22
2015-05-27tap: Convert launch_script() to ErrorMarkus Armbruster1-12/+28
2015-05-27tap: Convert net_init_tap_one() to ErrorMarkus Armbruster1-32/+38
2015-05-27tap: Convert tap_set_sndbuf() to ErrorMarkus Armbruster7-14/+10
2015-05-27tap: Improve -netdev/netdev_add/-net/... bridge error reportingMarkus Armbruster1-11/+19
2015-05-27tap: net_tap_fd_init() can't fail, drop dead error handlingMarkus Armbruster1-13/+1
2015-05-27net/dump: Improve -net/host_net_add dump error reportingMarkus Armbruster1-6/+6
2015-05-27net: Improve -net nic error reportingMarkus Armbruster1-6/+6
2015-05-27net: Permit incremental conversion of init functions to ErrorMarkus Armbruster12-29/+40
2015-05-27net: Improve error message for -net hubport a bitMarkus Armbruster2-4/+6
2015-05-27net: Change help text to list -netdev instead of -net by defaultThomas Huth1-32/+45
2015-05-26Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell16-359/+1031
2015-05-22ahci: do not remap clb/fis unconditionallyJohn Snow1-25/+63
2015-05-22macio: move unaligned DMA write code into separate pmac_dma_write() functionMark Cave-Ayland2-147/+125
2015-05-22macio: move unaligned DMA read code into separate pmac_dma_read() functionMark Cave-Ayland1-106/+147
2015-05-22qtest: pre-buffer hex nibsJohn Snow2-7/+12
2015-05-22libqos/ahci: Swap memread/write with bufread/writeJohn Snow2-6/+6
2015-05-22qtest: add memset to qtest protocolJohn Snow2-7/+21
2015-05-22qtest: Add base64 encoded read/writeJohn Snow3-0/+149
2015-05-22qtest: allow arbitrarily long sendsJohn Snow1-18/+28
2015-05-22qtest/ahci: add migrate halted dma testJohn Snow1-1/+74
2015-05-22qtest/ahci: add halted dma testJohn Snow1-0/+60
2015-05-22qtest/ahci: add flush migrate testJohn Snow1-1/+51
2015-05-22qtest/ahci: add migrate dma testJohn Snow2-0/+46
2015-05-22qtest/ahci: Add migration testJohn Snow1-0/+90
2015-05-22ich9/ahci: Enable MigrationJohn Snow2-2/+0
2015-05-22libqos: Add migration helpersJohn Snow4-17/+145