summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-29block: Repair the throttling code.BenoƮt Canet3-8/+28
2013-07-29gluster: Add image resize supportPaolo Bonzini1-0/+17
2013-07-26Add tests for sync modes 'TOP' and 'NONE'Ian Main6-2/+113
2013-07-26Implement sync modes for drive-backup.Ian Main4-38/+101
2013-07-26Implement qdict_flatten()Kevin Wolf2-0/+52
2013-07-26blockdev: Split up 'cache' optionKevin Wolf1-10/+47
2013-07-26blockdev: Rename 'readonly' option to 'read-only'Kevin Wolf2-5/+7
2013-07-26qcow2: Use dashes instead of underscores in optionsKevin Wolf4-27/+27
2013-07-26blockdev: Rename I/O throttling options for QMPKevin Wolf1-13/+39
2013-07-26QemuOpts: Add qemu_opt_unset()Kevin Wolf2-0/+15
2013-07-26block: Allow "driver" option on the top levelKevin Wolf2-10/+17
2013-07-26qapi: Anonymous unionsKevin Wolf10-0/+160
2013-07-26qapi.py: Maintain a list of union typesKevin Wolf1-0/+13
2013-07-26qapi: Add consume argument to qmp_input_get_object()Kevin Wolf1-9/+10
2013-07-26qapi: Flat unions with arbitrary discriminatorKevin Wolf3-25/+98
2013-07-26qapi: Add visitor for implicit structsKevin Wolf4-0/+37
2013-07-26docs: Document QAPI union typesKevin Wolf1-7/+55
2013-07-26qapi-visit.py: Implement 'base' for unionsKevin Wolf1-5/+25
2013-07-26qapi-visit.py: Split off generate_visit_struct_fields()Kevin Wolf1-28/+34
2013-07-26qapi-types.py: Implement 'base' for unionsKevin Wolf1-2/+14
2013-07-25Merge remote-tracking branch 'mdroth/qga-pull-2013-7-25' into stagingAnthony Liguori1-17/+88
2013-07-25Merge remote-tracking branch 'kraxel/seabios-1.7.3' into stagingAnthony Liguori4-0/+0
2013-07-25Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori25-189/+219
2013-07-25qga: escape cmdline args when registering win32 service (CVE-2013-2231)Laszlo Ersek1-5/+74
2013-07-25ga_install_service(): nest error paths more idiomaticallyLaszlo Ersek1-10/+12
2013-07-25qga/service-win32.c: diagnostic output should go to stderrLaszlo Ersek1-3/+3
2013-07-25pc-testdev: add I/O port to test memory.c auto split/combinePaolo Bonzini2-0/+117
2013-07-25memory: check memory region endianness, not target'sPaolo Bonzini1-7/+18
2013-07-25memory: pass MemoryRegion to access_with_adjusted_sizePaolo Bonzini1-12/+8
2013-07-25memory: move functions aroundPaolo Bonzini1-30/+30
2013-07-25qtest: add test for ISA I/O space endiannessPaolo Bonzini2-2/+226
2013-07-25default-configs/ppc64: add all components of i82378 SuperIO chip used by prepPaolo Bonzini1-0/+6
2013-07-25default-configs: add SuperIO to SH4Paolo Bonzini2-0/+14
2013-07-25default-configs: add test device to all machines supporting ISAPaolo Bonzini11-0/+11
2013-07-25sparc64: unbreakPaolo Bonzini1-19/+28
2013-07-25sh4: unbreak r2dPaolo Bonzini1-14/+25
2013-07-25mips: degrade BIOS error to warningPaolo Bonzini4-8/+4
2013-07-25pc-testdev: remove useless cpu_to_le64/le64_to_cpuPaolo Bonzini1-2/+0
2013-07-25pc-testdev: support 8 and 16-bit accesses to 0xe0Paolo Bonzini1-2/+9
2013-07-25Revert "ioport: remove LITTLE_ENDIAN mark for portio"Paolo Bonzini1-0/+1
2013-07-25isa_mmio: deletePaolo Bonzini9-91/+0
2013-07-25ebus: do not use isa_mmioPaolo Bonzini1-2/+4
2013-07-25sparc64: remove indirection for I/O port accessPaolo Bonzini1-52/+2
2013-07-25mips_fulong2e: do not use isa_mmioPaolo Bonzini1-15/+10
2013-07-25mipssim: do not use isa_mmioPaolo Bonzini1-1/+4
2013-07-25ppc440_bamboo: do not use isa_mmioPaolo Bonzini1-1/+4
2013-07-25mips_malta: do not use isa_mmioPaolo Bonzini1-1/+2
2013-07-25mips_r4k: do not use isa_mmioPaolo Bonzini1-1/+5
2013-07-25mips_jazz: do not use isa_mmioPaolo Bonzini1-1/+4
2013-07-25prep: fix I/O port endiannessPaolo Bonzini1-1/+1