aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-089pfs: factor out virtio_pdu_{,un}marshalWei Liu3-4/+21
2016-01-089pfs: make pdu_{,un}marshal proper functionsWei Liu4-16/+63
2016-01-089pfs: PDU processing functions should start pdu_ prefixWei Liu1-44/+44
2016-01-089pfs: PDU processing functions don't need to take V9fsState as argumentWei Liu2-53/+46
2016-01-08fsdev: rename virtio-9p-marshal.{c,h} to 9p-iov-marshal.{c,h}Wei Liu8-72/+82
2016-01-08fsdev: break out 9p-marshal.{c,h} from virtio-9p-marshal.{c,h}Wei Liu6-111/+143
2016-01-089pfs: remove dead codeWei Liu1-68/+0
2016-01-089pfs: merge hw/virtio/virtio-9p.h into hw/9pfs/virtio-9p.hWei Liu4-27/+7
2016-01-089pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h}Wei Liu10-17/+15
2016-01-089pfs: rename virtio-9p-synth.{c,h} to 9p-synth.{c,h}Wei Liu3-5/+5
2016-01-089pfs: rename virtio-9p-proxy.{c,h} to 9p-proxy.{c,h}Wei Liu4-8/+7
2016-01-089pfs: rename virtio-9p-posix-acl.c to 9p-posix-acl.cWei Liu2-3/+2
2016-01-089pfs: rename virtio-9p-local.c to 9p-local.cWei Liu2-3/+2
2016-01-089pfs: rename virtio-9p-handle.c to 9p-handle.cWei Liu2-3/+2
2016-01-089pfs: rename virtio-9p-coth.{c,h} to coth.{c,h}Wei Liu9-12/+12
2016-01-07petalogix-ml605: Set the MicroBlaze CPU version to 8.10.aEdgar E. Iglesias1-0/+1
2016-01-07s3adsp1800: Set the MicroBlaze CPU version to 7.10.dEdgar E. Iglesias1-0/+1
2016-01-07Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell5-19/+49
2016-01-07target-sparc: implement NPT timer bitMark Cave-Ayland3-6/+24
2016-01-07sun4u: split NPT and INT_DIS accesses between timer and compare registersMark Cave-Ayland1-9/+10
2016-01-07sun4u: split out NPT and INT_DIS into separate CPUTimer fieldsMark Cave-Ayland2-4/+15
2016-01-07Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20160105-1' in...Peter Maydell11-4/+5
2016-01-07Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2-26/+36
2016-01-07trace: add make dependencies on tracetool sourceStefan Hajnoczi1-11/+19
2016-01-07trace: fix make foo-timestamp rulesStefan Hajnoczi1-9/+9
2016-01-07trace: fix PRIx64 constants in trace-eventsMark Cave-Ayland1-5/+5
2016-01-07trace: reflect the file name changeQinghua Jin1-1/+3
2016-01-05seabios: update binaries to release 1.9.0Gerd Hoffmann8-0/+0
2016-01-05seabios: stop updating aml filesGerd Hoffmann1-1/+0
2016-01-05seabios: update 128k bios configGerd Hoffmann1-0/+2
2016-01-05seabios: use new EXTRAVERSION to tag qemu buildsGerd Hoffmann1-3/+3
2016-01-05seabios: update submodule to release 1.9.0Gerd Hoffmann1-0/+0
2015-12-23Merge remote-tracking branch 'remotes/berrange/tags/pull-crypto-fixes-2015-12...Peter Maydell8-28/+180
2015-12-23Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell1-1/+1
2015-12-23Merge remote-tracking branch 'remotes/berrange/tags/pull-io-fixes-2015-12-23-...Peter Maydell2-12/+134
2015-12-23Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell39-837/+6306
2015-12-23Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-12-22' into s...Peter Maydell4-75/+60
2015-12-23crypto: fix transposed arguments in cipher error messageDaniel P. Berrange1-1/+1
2015-12-23crypto: ensure qapi/crypto.json is listed in qapi-modulesDaniel P. Berrange1-1/+2
2015-12-23crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPIDaniel P. Berrange3-19/+36
2015-12-23crypto: move QCryptoHashAlgorithm enum definition into QAPIDaniel P. Berrange3-10/+18
2015-12-23crypto: add ability to query hash digest lenDaniel P. Berrange3-0/+31
2015-12-23crypto: add additional query accessors for cipher instancesDaniel P. Berrange3-0/+95
2015-12-23io: fix stack allocation when sending of file descriptorsDaniel P. Berrange2-4/+99
2015-12-23virtio-9p: use accessor to get thread_poolGreg Kurz1-1/+1
2015-12-22io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connectionsDaniel P. Berrange2-6/+33
2015-12-22io: bind to loopback IP addrs in test suiteDaniel P. Berrange1-2/+2
2015-12-22acpi: extend aml_and() to accept target argumentIgor Mammedov4-7/+9
2015-12-22acpi: extend aml_or() to accept target argumentIgor Mammedov4-7/+8
2015-12-22acpi add aml_dma()Igor Mammedov2-0/+34