aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-11-25Update version for v1.7.0-rc2 releaseHEADmasterAnthony Liguori1-1/+1
2013-11-25curses: fixup SIGWINCH handler messGerd Hoffmann1-16/+28
2013-11-25qga: Fix two format strings for MinGWStefan Weil1-2/+2
2013-11-25PPC: BookE: Make FIT/WDT timers at best millisecond grainedAlexander Graf1-0/+6
2013-11-25PPC: Make BookE FIT/WDT timers more lazyAlexander Graf1-5/+38
2013-11-25acpi-build: fix support for glib < 2.22Michael S. Tsirkin1-4/+2
2013-11-25Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori4-4/+15
2013-11-25Merge remote-tracking branch 'bonzini/tags/for-anthony' into stagingAnthony Liguori13-36/+60
2013-11-25Merge remote-tracking branch 'mdroth/qga-pull-2013-11-22' into stagingAnthony Liguori1-6/+10
2013-11-25Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori1-0/+9
2013-11-24configure: make --iasl option actually workMichael S. Tsirkin1-2/+2
2013-11-22qemu-ga: vss-win32: Install VSS provider COM+ application serviceTomoki Sekiyama1-6/+10
2013-11-22qdev-properties-system.c: Allow vlan or netdev for -device, not bothVlad Yasevich1-0/+9
2013-11-21qga: Fix compiler warnings (missing format attribute, wrong format strings)Stefan Weil2-5/+5
2013-11-21mips jazz: do not raise data bus exception when accessing invalid addressesHervé Poussineau1-0/+24
2013-11-21target-i386: yield to another VCPU on PAUSEPaolo Bonzini3-3/+25
2013-11-21rng-egd: offset the point when repeatedly read from the bufferAmos Kong1-1/+3
2013-11-21rng-egd: remove redundant freeAmos Kong1-1/+0
2013-11-21target-i386: Fix build by providing stub kvm_arch_get_supported_cpuid()Peter Maydell1-0/+12
2013-11-21vfio-pci: Fix multifunction=onAlex Williamson1-0/+7
2013-11-21atomic.h: Fix build with clangPeter Maydell1-3/+3
2013-11-21pc: get rid of builtin pvpanic for "-M pc-1.5"Paolo Bonzini4-20/+0
2013-11-21configure: Explicitly set ARFLAGS so we can build with GNU Make 4.0Peter Maydell1-0/+5
2013-11-21sun4m: Add FCode ROM for TCX framebufferMark Cave-Ayland5-11/+38
2013-11-21Update version for 1.7.0-rc1 releaseAnthony Liguori1-1/+1
2013-11-21vfio-pci: Fix multifunction=onAlex Williamson1-0/+7
2013-11-21target-i386: Fix addr32 prefix in gen_lea_modrmRichard Henderson1-45/+47
2013-11-21atomic.h: Fix build with clangPeter Maydell1-3/+3
2013-11-21target-i386: do not override nr_cores for -cpu hostPaolo Bonzini1-6/+8
2013-11-21mips jazz: do not raise data bus exception when accessing invalid addressesHervé Poussineau1-0/+24
2013-11-21target-i386: yield to another VCPU on PAUSEPaolo Bonzini3-3/+25
2013-11-21rng-egd: offset the point when repeatedly read from the bufferAmos Kong1-1/+3
2013-11-21rng-egd: remove redundant freeAmos Kong1-1/+0
2013-11-21virtio-rng: add check of periodAmos Kong1-0/+6
2013-11-21s390x: fix flat file load on 32 bit systemsMichael S. Tsirkin1-8/+9
2013-11-21acpi-build: fix build on glib < 2.14Michael S. Tsirkin2-5/+8
2013-11-21acpi-build: fix build on glib < 2.22Michael S. Tsirkin1-5/+6
2013-11-21Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2-55/+14
2013-11-21Merge remote-tracking branch 'jliu/or32' into stagingAnthony Liguori8-107/+119
2013-11-21Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori1-1/+1
2013-11-21Revert "e1000/rtl8139: update HMP NIC when every bit is written"Michael S. Tsirkin2-2/+5
2013-11-21acpi-build: fix build on glib < 2.14Michael S. Tsirkin2-5/+8
2013-11-21acpi-build: fix build on glib < 2.22Michael S. Tsirkin1-5/+6
2013-11-21pci: unregister vmstate_pcibus on unplugBandan Das1-0/+8
2013-11-21s390x: fix flat file load on 32 bit systemsMichael S. Tsirkin1-8/+9
2013-11-20target-openrisc: Correct carry flag check of l.addc and l.addic test casesSebastian Macke2-7/+11
2013-11-20target-openrisc: Correct memory bounds checking for the tlb buffersSebastian Macke1-8/+8
2013-11-20openrisc-timer: Reduce overhead, Separate clock update functionsSebastian Macke3-30/+38
2013-11-20target-openrisc: Correct wrong epcr register in interrupt handlerSebastian Macke1-18/+7
2013-11-20target-openrisc: Remove executable flag for every pageSebastian Macke1-2/+2
2013-11-20target-openrisc: Remove unnecessary code generated by jump instructionsSebastian Macke1-19/+26
2013-11-20target-openrisc: Speed up move instructionSebastian Macke1-23/+27
2013-11-20The calculation of bytes_xfer in qemu_put_buffer() is wrongWangting (Kathy)1-1/+1
2013-11-19Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori1-8/+0
2013-11-19Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori10-12/+12
2013-11-19Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori1-2/+3
2013-11-19Merge remote-tracking branch 'rth/tcg-ia64-17' into stagingAnthony Liguori2-362/+397
2013-11-19Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori3-5/+5
2013-11-19Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori13-58/+573
2013-11-19Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori22-16/+531
2013-11-19Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori2-4/+5
2013-11-19Merge remote-tracking branch 'agraf/tags/signed-ppc-for-upstream-1.7' into st...Anthony Liguori7-1/+5
2013-11-19migration: drop MADVISE_DONT_NEED for incoming zero pagesPeter Lieven1-8/+0
2013-11-19qom: Fix memory leak in object_property_set_link()Vlad Yasevich1-2/+3
2013-11-19qtest: Use -display none by defaultAndreas Färber10-12/+12
2013-11-19virtio-net: fix the memory leak in rxfilter_notify()Amos Kong1-4/+4
2013-11-18doc: fix hardcoded helper pathAmos Kong1-3/+3
2013-11-18tcg-ia64: Introduce tcg_opc_bswap64_iRichard Henderson1-35/+28
2013-11-18tcg-ia64: Introduce tcg_opc_ext_iRichard Henderson1-30/+24
2013-11-18tcg-ia64: Introduce tcg_opc_movi_aRichard Henderson1-16/+16
2013-11-18tcg-ia64: Introduce tcg_opc_mov_aRichard Henderson1-19/+16
2013-11-18tcg-ia64: Use A3 form of logical operationsRichard Henderson1-30/+34
2013-11-18tcg-ia64: Use SUB_A3 and ADDS_A4 for subtractionRichard Henderson1-2/+23
2013-11-18tcg-ia64: Use ADDS for small additionRichard Henderson1-4/+16
2013-11-18tcg-ia64: Avoid unnecessary stop bit in tcg_out_aluRichard Henderson1-11/+6
2013-11-18tcg-ia64: Move AREG0 to R32Richard Henderson2-9/+8
2013-11-18tcg-ia64: Simplify brcondRichard Henderson1-34/+10
2013-11-18tcg-ia64: Handle constant callsRichard Henderson1-3/+35
2013-11-18tcg-ia64: Use shortcuts for nop insnsRichard Henderson1-124/+127
2013-11-18tcg-ia64: Use TCGMemOp within qemu_ldst routinesRichard Henderson1-82/+91
2013-11-17hw/i386/Makefile.obj: use $(PYTHON) to run .py scripts consistentlyMichael Tokarev1-1/+1
2013-11-17configure: Use -B switch only for Python versions which support itStefan Weil1-1/+8
2013-11-16qga: Fix shutdown command of guest agent to work with SysVwhitearchey1-1/+1
2013-11-15block: Fail if requested driver is not availableKevin Wolf3-0/+21
2013-11-15MAINTAINERS: add block driver sub-maintainersStefan Hajnoczi1-0/+40
2013-11-15qemu-img: Fix overwriting 'ret' before usingFam Zheng3-4/+63
2013-11-15qemu-iotests: Test qcow2 count_contiguous_clusters()Kevin Wolf3-0/+285
2013-11-15smc91c111: Fix receive starvationSebastian Huber1-0/+1
2013-11-14qcow2: fix possible corruption when reading multiple clustersPeter Lieven1-1/+1
2013-11-14qmp: access the local QemuOptsLists for drive optionAmos Kong5-2/+82
2013-11-14MAINTAINERS: add block tree repo URLsStefan Hajnoczi1-0/+2
2013-11-14qemu-iotests: Extend 041 for unbacked mirroringMax Reitz2-2/+27
2013-11-14block/drive-mirror: Check for NULL backing_hdMax Reitz1-1/+3
2013-11-14qapi-schema: Update description for NewImageModeMax Reitz1-1/+2
2013-11-14block: Print its file name if backing file opening failedFam Zheng5-5/+5
2013-11-14pc: disable pci-infoIgor Mammedov2-2/+2
2013-11-13Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2-3/+18
2013-11-13Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori10-38/+42
2013-11-13Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori3-5/+11
2013-11-13Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori35-262/+2897
2013-11-13Merge remote-tracking branch 'filippov/tags/20131108-xtensa' into stagingAnthony Liguori2-2/+5
2013-11-13Merge remote-tracking branch 'kraxel/audio.3' into stagingAnthony Liguori1-1/+5
2013-11-13Merge remote-tracking branch 'sweil/mingw' into stagingAnthony Liguori5-7/+43
2013-11-13console: Remove unused debug codeStefan Weil1-33/+0
2013-11-13qga: Fix compilation for old versions of MinGWStefan Weil1-0/+1
2013-11-13.travis.yml: basic compile and check recipesAlex Bennée1-0/+71
2013-11-13pci-assign: Fix error_report of pci-stub messageCole Robinson1-20/+16
2013-11-13qapi: Fix comment for create-type to match code.Fam Zheng1-1/+1
2013-11-13vl: fix build when configured with no graphic supportAntony Pavlov1-0/+1
2013-11-13usb: drop unused USBNetState.inpkt fieldStefan Hajnoczi1-1/+0
2013-11-13qemu-char: add missing characters used in keymapsJan Krupa1-0/+365
2013-11-13qemu-char: add support for U-prefixed symbolsJan Krupa1-0/+6
2013-11-13qemu-char: add Czech keymap fileJan Krupa2-1/+95
2013-11-13qemu-char: add Czech characters to VNC keysymsJan Krupa1-0/+8
2013-11-11MAINTAINERS: add git tree info for HMP, QMP and QAPILuiz Capitulino1-0/+4
2013-11-11Adjust qapi-visit for python-2.4.3Richard Henderson1-3/+14
2013-11-10Revert "exec: limit system memory size"Michael S. Tsirkin1-6/+1
2013-11-10Revert "hw/pci: partially handle pci master abort"Marcel Apfelbaum2-27/+0
2013-11-10loader: drop return value for rom_add_blob_fixedMichael S. Tsirkin2-2/+3
2013-11-10acpi-build: disable with -no-acpiMichael S. Tsirkin1-0/+5
2013-11-10virtio-net: only delete bh that existedJason Wang1-1/+1
2013-11-10Fix pc migration from qemu <= 1.5Cole Robinson4-3/+33
2013-11-08virtio-net: broken RX filtering logic fixedDmitry Fleytman1-1/+2
2013-11-08net: fix qemu_flush_queued_packets() in presence of a hubSergey Fedorov1-1/+0
2013-11-08net: disallow to specify multicast MAC addressDmitry Krivenok2-3/+9
2013-11-08block: Round up total_sectorsFam Zheng1-1/+1
2013-11-08target-xtensa: add missing DEBUG section to dc233c configMax Filippov1-0/+1
2013-11-08exec: fix breakpoint_invalidate when pc may not be translatedMax Filippov1-2/+4
2013-11-08pseries: Update SLOF firmware imageAlexey Kardashevskiy3-1/+1
2013-11-08spapr: add vio-bus devices to categoriesAlexey Kardashevskiy4-0/+4
2013-11-07block: vhdx qemu-iotest - log replay of data sectorJeff Cody4-0/+76
2013-11-07block: qemu-iotests for vhdx, add write test supportJeff Cody3-1/+25
2013-11-07block: vhdx - update _make_test_img() to filter out vhdx optionsJeff Cody1-1/+4
2013-11-07block: vhdx - add .bdrv_create() supportJeff Cody2-1/+572
2013-11-07block: vhdx - fix comment typos in header, fix incorrect struct fieldsJeff Cody1-5/+5
2013-11-07block: vhdx - break out code operations to functionsJeff Cody1-41/+80
2013-11-07block: vhdx - move more endian translations to vhdx-endian.cJeff Cody3-17/+87
2013-11-07block: vhdx - remove BAT file offset bit shiftingJeff Cody2-5/+2
2013-11-07block: vhdx write supportJeff Cody2-5/+209
2013-11-07block: vhdx - add log write supportJeff Cody2-0/+285
2013-11-07block: vhdx - add region overlap detection for image filesJeff Cody2-0/+91
2013-11-07block: vhdx - log parsing, replay, and flush supportJeff Cody4-53/+749
2013-11-07block: vhdx code movement - move vhdx_close() above vhdx_open()Jeff Cody1-11/+11
2013-11-07block: vhdx - update log guid in header, and first write trackerJeff Cody2-6/+30
2013-11-07block: vhdx - break endian translation functions outJeff Cody4-44/+150
2013-11-07block: vhdx - log support struct and definesJeff Cody1-16/+30
2013-11-07block: vhdx code movement - VHDXMetadataEntries and BDRVVHDXState to header.Jeff Cody2-52/+48
2013-11-07block: vhdx - add header update capability.Jeff Cody4-5/+196
2013-11-07block: vhdx - minor comments and typo correction.Jeff Cody2-5/+7
2013-11-07block/vpc: fix virtual size for images created with disk2vhdPeter Lieven1-0/+9
2013-11-07block: Save errno before error_setg_errnoMax Reitz1-1/+1
2013-11-07qdev-monitor-test: add device_add leak test casesStefan Hajnoczi2-0/+83
2013-11-07blockdev-test: add test case for drive_add duplicate IDsStefan Hajnoczi2-0/+61
2013-11-07libqtest: add qmp(fmt, ...) -> QDict* functionStefan Hajnoczi2-14/+89
2013-11-07libqtest: rename qmp() to qmp_discard_response()Stefan Hajnoczi5-27/+32
2013-11-07blockdev: fix drive_init() opts and bs_opts leaksStefan Hajnoczi1-12/+15
2013-11-07block: qemu-iotests, add quotes to $TEST_IMG usage in 061Jeff Cody1-3/+3
2013-11-07block: qemu-iotests, add quotes to $TEST_IMG usage for 051Jeff Cody1-4/+4
2013-11-07block: qemu-iotests, removes duplicate double quotes in 039Jeff Cody1-1/+1
2013-11-07block: qemu-iotests, add quotes to $TEST_IMG usage in 019Jeff Cody1-3/+3
2013-11-07block: qemu-iotests, add quotes to $TEST_IMG.base usage in 017Jeff Cody1-1/+1
2013-11-07block: qemu-iotests, fix _make_test_img() to work with spaced pathnamesJeff Cody1-2/+11
2013-11-07block: qemu-iotests, add quotes to $TEST_IMG usage io pattern testsJeff Cody1-6/+6
2013-11-07block/raw-posix: fix FreeBSD compilationAndreas Tobler1-1/+2
2013-11-07qemu-iotests: Filter out actual image size in 067Max Reitz2-6/+6
2013-11-07qapi: Fix comment for create-type to match code.Fam Zheng1-1/+1
2013-11-07ossaudio: check for oss support in oss_audio_initGerd Hoffmann1-0/+4
2013-11-07Revert "ossaudio: do not enable by default"Gerd Hoffmann1-1/+1
2013-11-07kvm: Fix uninitialized cpuid_dataStefan Weil1-7/+2
2013-11-07pci-assign: Remove dead code for direct I/O region access from userspaceJan Kiszka1-46/+10
2013-11-07linux-user: Fix stat64 syscall for SPARC64Stefan Weil2-3/+17
2013-11-07configure: Add config.status to recreate the current configurationStefan Weil2-3/+21
2013-11-07nsis: Improved support for parallel installation of 32 and 64 bit codeStefan Weil1-1/+5
2013-11-06Update version for 1.7.0-rc0 releaseAnthony Liguori1-1/+1
2013-11-06sdl: Reverse support for video mode settingLei Li1-4/+19
2013-11-06timers: fix stop/cont with -icountPaolo Bonzini1-20/+22
2013-11-06e1000/rtl8139: update HMP NIC when every bit is writtenAmos Kong2-5/+2
2013-11-06virtio-net: only delete bh that existedJason Wang1-1/+1
2013-11-05rtc: remove dead SQW IRQ codeJan Kiszka1-8/+1
2013-11-05vga: fix invalid read after freeMarc-André Lureau1-1/+0
2013-11-05tests: fix 64-bit int literals for 32-bit hostsStefan Hajnoczi3-4/+5
2013-11-05docs/memory.txt: Clarify and expand priority/overlap documentationPeter Maydell1-2/+62
2013-11-05configure: detect endian via compile testMike Frysinger1-26/+14
2013-11-05tests: fix memleak in error path test for input visitorWenchao Xia1-0/+1
2013-11-05qapi: fix memleak by adding implict struct functions in dealloc visitorWenchao Xia1-0/+20
2013-11-05bswap.h: Remove cpu_to_32wu()Peter Maydell2-13/+8
2013-11-05bswap.h: Remove cpu_to_be64wu()Peter Maydell2-6/+1
2013-11-05bswap.h: Remove cpu_to_be32wu()Peter Maydell4-12/+6
2013-11-05bswap.h: Remove cpu_to_be16wu()Peter Maydell4-26/+18
2013-11-05bswap.h: Remove be32_to_cpupu()Peter Maydell2-6/+1
2013-11-05bswap.h: Remove le32_to_cpupu()Peter Maydell3-7/+2
2013-11-05bswap.h: Remove le16_to_cpupu()Peter Maydell3-8/+2
2013-11-05bswap.h: Remove cpu_to_le32wu()Peter Maydell3-7/+2
2013-11-05bswap.h: Remove cpu_to_le16wu()Peter Maydell3-8/+3
2013-11-05Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori66-739/+1674
2013-11-05pcmcia/pxa2xx: QOM'ify PXA2xxPCMCIAStateAndreas Färber1-12/+66
2013-11-05ide: Drop ide_init2_with_non_qdev_drives()Andreas Färber2-51/+0
2013-11-05microdrive: Coding Style cleanupsAndreas Färber1-24/+38
2013-11-05pcmcia: QOM'ify PCMCIACardState and MicroDriveStateAndreas Färber7-75/+219
2013-11-05pxa: Fix typo "dettach"Andreas Färber2-2/+2