summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block migration: Activate image on destination before writing to itKevin Wolf2019-11-291-0/+7
* qemu-io: use no_argument/required_argument constantsDaniel P. Berrange2019-11-291-15/+15
* qemu-nbd: use no_argument/required_argument constantsDaniel P. Berrange2019-11-291-25/+26
* qemu-nbd: don't overlap long option values with short optionsDaniel P. Berrange2019-11-291-7/+7
* qemu-img: allow specifying image as a set of options argsDaniel P. Berrange2019-11-293-60/+195
* qemu-nbd: allow specifying image as a set of options argsDaniel P. Berrange2019-11-292-6/+44
* qemu-io: allow specifying image as a set of options argsDaniel P. Berrange2019-11-291-6/+51
* qemu-img: add support for --object command line argDaniel P. Berrange2019-11-293-30/+282
* qemu-io: add support for --object command line argDaniel P. Berrange2019-11-291-0/+34
* block: Fix -incoming with snapshot=onKevin Wolf2019-11-295-4/+66
* spec: add qcow2 bitmaps extension specificationVladimir Sementsov-Ogievskiy2019-11-291-1/+220
* quorum: fix segfault when read fails in fifo modeChanglong Xie2019-11-291-1/+2
* qemu-img: initialize MapEntry objectJohn Snow2019-11-291-11/+15
* gtk: fix uninitialized temporary VirtualConsolePaolo Bonzini2019-11-291-1/+1
* etraxfs_dma: Dont forward zero-length payload to clientsEdgar E. Iglesias2019-11-291-5/+8
* qemu-options.hx: Improve documentation of chardev multiplexing modePeter Maydell2019-11-292-12/+63
* vfio/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entriesWei Yang2019-11-291-1/+1
* hw/arm/sysbus-fdt: remove qemu_fdt_setprop returned value checkEric Auger2019-11-291-14/+5
* hw/arm/sysbus-fdt: enable amd-xgbe dynamic instantiationEric Auger2019-11-291-6/+188
* hw/arm/sysbus-fdt: helpers for clock node generationEric Auger2019-11-291-0/+120
* device_tree: qemu_fdt_getprop_cell converted to use the error APIEric Auger2019-11-294-12/+35
* device_tree: qemu_fdt_getprop converted to use the error APIEric Auger2019-11-292-6/+18
* device_tree: introduce qemu_fdt_node_pathEric Auger2019-11-292-0/+72
* device_tree: introduce load_device_tree_from_sysfsEric Auger2019-11-292-0/+108
* hw/vfio/platform: amd-xgbe deviceEric Auger2019-11-293-0/+107
* vfio/pci: replace 1 with PCI_CAP_LIST_NEXT to make code self-explainWei Yang2019-11-291-4/+4
* pcie_aer: expose pcie_aer_msg() interfaceChen Fan2019-11-292-1/+2
* aer: impove pcie_aer_init to support vfio deviceChen Fan2019-11-295-6/+6
* vfio: make the 4 bytes aligned for capability sizeChen Fan2019-11-291-1/+2
* pcie: modify the capability size assertChen Fan2019-11-291-1/+1
* MAINTAINERS: Add section for FPU emulationPeter Maydell2019-11-291-0/+7
* osdep.h: Remove int_fast*_t Solaris compatibility codePeter Maydell2019-11-291-7/+0
* fpu: Use plain 'int' rather than 'int_fast16_t' for exponentsPeter Maydell2019-11-292-62/+62
* fpu: Use plain 'int' rather than 'int_fast16_t' for shift countsPeter Maydell2019-11-292-20/+32
* fpu: Remove use of int_fast16_t in conversions to int16Peter Maydell2019-11-292-22/+22
* target-mips: Stop using uint_fast*_t types in r4k_tlb_t structPeter Maydell2019-11-291-13/+13
* vl: Clean up machine selection in main().Markus Armbruster2019-11-291-5/+6
* vl: Set error location when parsing memory optionsEduardo Habkost2019-11-291-0/+6
* replay: Set error location properly when parsing optionsEduardo Habkost2019-11-291-0/+10
* vl: Reset location after handling command-line argumentsEduardo Habkost2019-11-291-2/+5
* vl.c: Fix regression in machine error messageMarcel Apfelbaum2019-11-291-11/+26
* qapi: Change visit_start_implicit_struct to visit_start_alternateEric Blake2019-11-296-71/+82
* qapi: Don't box branches of flat unionsEric Blake2019-11-2910-108/+24
* qapi: Don't box struct branch of alternateEric Blake2019-11-295-28/+58
* qapi-visit: Use common idiom in gen_visit_fields_decl()Eric Blake2019-11-291-6/+5
* qapi: Emit structs used as variants in topological orderEric Blake2019-11-291-3/+20
* qapi: Adjust layout of FooList typesEric Blake2019-11-2911-24/+24
* qapi-visit: Less indirection in visit_type_Foo_fields()Eric Blake2019-11-291-10/+10
* qapi-visit: Unify struct and union visitMarkus Armbruster2019-11-291-39/+6
* qapi: Visit variants in visit_type_FOO_fields()Eric Blake2019-11-291-52/+54
OpenPOWER on IntegriCloud