aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-22qemu-io: allow specifying image as a set of options argsDaniel P. Berrange1-6/+51
2016-02-22qemu-img: add support for --object command line argDaniel P. Berrange3-30/+282
2016-02-22qemu-io: add support for --object command line argDaniel P. Berrange1-0/+34
2016-02-22block: Fix -incoming with snapshot=onKevin Wolf5-4/+66
2016-02-22spec: add qcow2 bitmaps extension specificationVladimir Sementsov-Ogievskiy1-1/+220
2016-02-22quorum: fix segfault when read fails in fifo modeChanglong Xie1-1/+2
2016-02-22qemu-img: initialize MapEntry objectJohn Snow1-11/+15
2016-02-20etraxfs_dma: Dont forward zero-length payload to clientsEdgar E. Iglesias1-5/+8
2016-02-19Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160219.1' i...Peter Maydell15-43/+660
2016-02-19Merge remote-tracking branch 'remotes/pmaydell/tags/pull-softfloat-20160219' ...Peter Maydell6-112/+124
2016-02-19vfio/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entriesWei Yang1-1/+1
2016-02-19hw/arm/sysbus-fdt: remove qemu_fdt_setprop returned value checkEric Auger1-14/+5
2016-02-19hw/arm/sysbus-fdt: enable amd-xgbe dynamic instantiationEric Auger1-6/+188
2016-02-19hw/arm/sysbus-fdt: helpers for clock node generationEric Auger1-0/+120
2016-02-19device_tree: qemu_fdt_getprop_cell converted to use the error APIEric Auger4-12/+35
2016-02-19device_tree: qemu_fdt_getprop converted to use the error APIEric Auger2-6/+18
2016-02-19device_tree: introduce qemu_fdt_node_pathEric Auger2-0/+72
2016-02-19device_tree: introduce load_device_tree_from_sysfsEric Auger2-0/+108
2016-02-19hw/vfio/platform: amd-xgbe deviceEric Auger3-0/+107
2016-02-19vfio/pci: replace 1 with PCI_CAP_LIST_NEXT to make code self-explainWei Yang1-4/+4
2016-02-19pcie_aer: expose pcie_aer_msg() interfaceChen Fan2-1/+2
2016-02-19aer: impove pcie_aer_init to support vfio deviceChen Fan5-6/+6
2016-02-19vfio: make the 4 bytes aligned for capability sizeChen Fan1-1/+2
2016-02-19pcie: modify the capability size assertChen Fan1-1/+1
2016-02-19MAINTAINERS: Add section for FPU emulationPeter Maydell1-0/+7
2016-02-19osdep.h: Remove int_fast*_t Solaris compatibility codePeter Maydell1-7/+0
2016-02-19fpu: Use plain 'int' rather than 'int_fast16_t' for exponentsPeter Maydell2-62/+62
2016-02-19fpu: Use plain 'int' rather than 'int_fast16_t' for shift countsPeter Maydell2-20/+32
2016-02-19fpu: Remove use of int_fast16_t in conversions to int16Peter Maydell2-22/+22
2016-02-19target-mips: Stop using uint_fast*_t types in r4k_tlb_t structPeter Maydell1-13/+13
2016-02-19Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-02-19' into...Peter Maydell2-14/+49
2016-02-19Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-02-19' into ...Peter Maydell36-373/+358
2016-02-19vl: Clean up machine selection in main().Markus Armbruster1-5/+6
2016-02-19vl: Set error location when parsing memory optionsEduardo Habkost1-0/+6
2016-02-19replay: Set error location properly when parsing optionsEduardo Habkost1-0/+10
2016-02-19vl: Reset location after handling command-line argumentsEduardo Habkost1-2/+5
2016-02-19vl.c: Fix regression in machine error messageMarcel Apfelbaum1-11/+26
2016-02-19Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell25-210/+429
2016-02-19qapi: Change visit_start_implicit_struct to visit_start_alternateEric Blake6-71/+82
2016-02-19qapi: Don't box branches of flat unionsEric Blake10-108/+24
2016-02-19qapi: Don't box struct branch of alternateEric Blake5-28/+58
2016-02-19qapi-visit: Use common idiom in gen_visit_fields_decl()Eric Blake1-6/+5
2016-02-19qapi: Emit structs used as variants in topological orderEric Blake1-3/+20
2016-02-19qapi: Adjust layout of FooList typesEric Blake11-24/+24
2016-02-19qapi-visit: Less indirection in visit_type_Foo_fields()Eric Blake1-10/+10
2016-02-19qapi-visit: Unify struct and union visitMarkus Armbruster1-39/+6
2016-02-19qapi: Visit variants in visit_type_FOO_fields()Eric Blake1-52/+54
2016-02-19qapi-visit: Simplify how we visit common union membersMarkus Armbruster1-23/+4
2016-02-19qapi: Add tests of complex objects within alternateEric Blake4-4/+67
2016-02-19qapi: Forbid 'any' inside an alternateEric Blake6-1/+11