aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-15qapi: Track location that created an implicit typeEric Blake1-27/+47
2015-10-15qapi: Create simple union type member earlierEric Blake1-17/+18
2015-10-15qapi: Lazy creation of array typesEric Blake4-5/+24
2015-10-15qapi: Don't use info as witness of implicit object typeEric Blake3-6/+14
2015-10-15qapi: Drop redundant args-member-array testEric Blake5-15/+0
2015-10-15qapi: Drop redundant flat-union-reverse-define testEric Blake6-36/+7
2015-10-15qapi: Drop redundant returns-int testEric Blake9-20/+10
2015-10-15qapi: Move empty-enum to compile-time testEric Blake7-6/+7
2015-10-15qapi: Drop redundant alternate-good testEric Blake5-21/+0
2015-10-15qapi: Prepare for errors during check()Eric Blake1-4/+6
2015-10-15qapi: Use predicate callback to determine visit filteringEric Blake4-20/+33
2015-10-15qapi: Fix regression with '-netdev help'Eric Blake1-1/+3
2015-10-15migration: fix deadlockDenis V. Lunev1-17/+27
2015-10-15migration: announce VM's new home just before VM is runnableAmit Shah1-1/+6
2015-10-15Migration: Generate the completed event only when we completeDr. David Alan Gilbert1-1/+7
2015-10-13ui/cocoa.m: eliminate normalWindow warningJohn Arbuckle1-1/+1
2015-10-13Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-10-12' into ...Peter Maydell82-424/+821
2015-10-12qapi: Simplify gen_visit_fields() error handlingEric Blake2-13/+11
2015-10-12qapi: Share gen_visit_fields()Eric Blake4-77/+46
2015-10-12qapi: Share gen_err_check()Eric Blake4-33/+20
2015-10-12qapi: Consistent generated code: minimize push_indent() usageEric Blake2-45/+33
2015-10-12qapi: Consistent generated code: prefer common indentationEric Blake1-26/+27
2015-10-12qapi: Consistent generated code: prefer common labelsEric Blake2-6/+6
2015-10-12qapi: Consistent generated code: prefer visitor 'v'Eric Blake6-109/+109
2015-10-12qapi: Consistent generated code: prefer error 'err'Eric Blake3-34/+34
2015-10-12qapi: Reuse code for flat union base validationEric Blake8-14/+13
2015-10-12qapi: Test use of 'number' within alternatesEric Blake3-3/+160
2015-10-12qapi: Add tests for empty unionsEric Blake15-2/+30
2015-10-12qapi: Avoid assertion failure on union 'type' collisionEric Blake5-44/+17
2015-10-12qapi: Test for various name collisionsEric Blake46-15/+182
2015-10-12qapi: Clean up qapi.py per pep8Eric Blake2-58/+106
2015-10-12qapi: Invoke exception superclass initializerEric Blake1-0/+2
2015-10-12qapi: Improve 'include' error messageEric Blake3-4/+3
2015-10-12qapi: Sort qapi-schema testsEric Blake1-46/+114
2015-10-12MAINTAINERS: Specify QAPI include and test filesMarkus Armbruster1-0/+5
2015-10-12MAINTAINERS: Specify QObject include and test filesMarkus Armbruster1-0/+8
2015-10-12docs: Move files from docs/qmp/ to docs/Markus Armbruster4-1/+1
2015-10-12Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell10-41/+108
2015-10-12Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell20-65/+917
2015-10-12sdhci.c: Limit the maximum block sizeAlistair Francis1-0/+10
2015-10-12block: switch from g_slice allocator to mallocPaolo Bonzini5-12/+12
2015-10-12virtio dataplane: adapt dataplane for virtio Version 1Pierre Morel2-15/+58
2015-10-12Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-10-09' in...Peter Maydell46-62/+463
2015-10-12virtio-blk: use blk_io_plug/unplug for Linux AIO batchingStefan Hajnoczi1-0/+4
2015-10-12sdhci: Pass drive parameter to sdhci-pci via qdev propertyKevin O'Connor3-14/+24
2015-10-12tests: add test cases for netfilter objectYang Hongyang3-0/+203
2015-10-12netfilter: add a netbuffer filterYang Hongyang4-1/+209
2015-10-12net/queue: export qemu_net_queue_append_iovYang Hongyang2-6/+13
2015-10-12netfilter: print filter info associate with the netdevYang Hongyang3-0/+32
2015-10-12netfilter: add an API to pass the packet to next filterYang Hongyang2-0/+65