aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-19Merge remote branch 'upstream/stable-0.15' into stable-0.15stable-0.15Marcelo Tosatti20-83/+95
2011-10-11Version 0.15.1Justin M. Forbes1-1/+1
2011-10-05qed: fix use-after-free during l2 cache commitStefan Hajnoczi2-5/+5
2011-10-03sdl: Fix termination in -no-shutdown modeJan Kiszka1-1/+3
2011-10-03Fix termination by signal with -no-shutdownKevin Wolf1-0/+1
2011-10-03Add support for finding libpng via pkg-config.Brad1-0/+6
2011-10-03Check for presence of compiler -pthread flag.Brad1-1/+1
2011-10-03Allow overriding the location of Samba's smbd.Brad4-9/+13
2011-10-03Fix linker scriptsGerd Hoffmann8-58/+48
2011-10-03Fix install(1) usage to be compatible with OpenBSD's install(1).Brad1-3/+3
2011-10-03Fix qjson test of solidus encodingJan Kiszka1-1/+2
2011-10-03configure: Copy test data to build directoryLuiz Capitulino1-1/+1
2011-08-31monitor: fix build breakage for !CONFIG_VNCJamie Iles1-1/+1
2011-08-31monitor: fix build breakage with --disable-vncTeLeMan1-0/+2
2011-08-31Fix forcing multicast msgs to loopback on OpenBSD.Brad1-2/+8
2011-08-14Merge branch 'stable-0.15' of git://git.qemu.org/qemuJustin M. Forbes2-6/+12
2011-08-09Merge remote-tracking branch 'upstream/stable-0.15' into stable-0.15qemu-kvm-0.15.0Avi Kivity9-84/+86
2011-08-08Update version to 0.15.0Anthony Liguori1-1/+1
2011-08-05Fix default accelerator when configured with --disable-kvmDaniel P. Berrange1-0/+5
2011-08-05qcow2: Fix L1 table size after bdrv_snapshot_gotoKevin Wolf1-5/+11
2011-08-04Merge branch 'stable-0.15' of git://git.qemu.org/qemuJustin M. Forbes3-66/+55
2011-08-04Revert "floppy: save and restore DIR register"Anthony Liguori1-50/+1
2011-08-04alpha-softmmu: Disable for the 0.15 release branch.Richard Henderson1-1/+0
2011-08-04vhost build fix for i386Wolfgang Mauerer1-0/+23
2011-08-04guest agent: add --enable-guest-agent config optionMichael Roth1-13/+27
2011-08-04user: Restore debug usage message for '-d ?' in user mode emulationPeter Maydell3-11/+16
2011-08-04lm32: softusb: claim to support full speedMichael Walle1-2/+4
2011-08-02user: Restore debug usage message for '-d ?' in user mode emulationPeter Maydell3-11/+16
2011-07-31Makefile: add missing deps on $(GENERATED_HEADERS)Michael Roth1-1/+3
2011-07-31Update version to 0.15.0-rc2Anthony Liguori1-1/+1
2011-07-31Fix VERSION to reflect that we're in 0.15.0-rc1qemu-kvm-0.15.0-rc1Avi Kivity1-1/+1
2011-07-31Merge remote-tracking branch 'upstream/stable-0.15' into stable-0.15Avi Kivity28-151/+270
2011-07-29Bump version to 0.15.0-rc1Anthony Liguori1-1/+1
2011-07-29Merge branch 'for-upstream-0.15' of git://git.linaro.org/people/pmaydell/qemu...Justin M. Forbes3-35/+95
2011-07-28virtio-balloon: Unregister savevm section on device unplugAmit Shah1-0/+4
2011-07-28virtio-balloon: Add exit handler, fix memleaksAmit Shah3-1/+16
2011-07-28balloon: Reject negative balloon valuesAmit Shah1-1/+7
2011-07-28virtio-balloon: Check if balloon registration failedAmit Shah2-1/+11
2011-07-28balloon: Don't allow multiple balloon handler registrationsAmit Shah2-4/+12
2011-07-27Merge branch 'upstream-merge' into nextqemu-kvm-0.15.0-rc0Avi Kivity224-3032/+10632
2011-07-27Merge commit 'v0.15.0-rc0' into upstream-mergeAvi Kivity106-280/+486
2011-07-27Merge commit '6141dbfe0a595076310f690ec8db84ad5be2cde5' into upstream-mergeAvi Kivity84-663/+7609
2011-07-27Merge commit '69d7e218fd9846b7f5946fe8e17ca609c7fd7ef1' into upstream-mergeAvi Kivity1-0/+6
2011-07-27Merge commit 'e18df14185e817ba735bce57ecdef9a55fb3d093' into upstream-mergeAvi Kivity23-66/+141
2011-07-27Merge commit 'ae73e5919a75622d2c029d5a0e240115990fb735' into upstream-mergeAvi Kivity15-1410/+1491
2011-07-27Merge commit '21673cdecb9e9b5a22acaf0a44e47145beb1999e' into upstream-mergeAvi Kivity20-614/+900
2011-07-27device-assignment: remove unused variable e_deviceAvi Kivity1-2/+1
2011-07-27device-assignment: silence warning on unchecked write to pci sysfs reset fileAvi Kivity1-0/+1
2011-07-27target-arm: UNDEF on a VCVTT/VCVTB UNPREDICTABLE to avoid TCG assertPeter Maydell1-8/+11
2011-07-27target-arm: Handle UNDEF and UNPREDICTABLE cases for VLDM, VSTMPeter Maydell1-7/+31
2011-07-27target-arm: Support v6 barriers in linux-user modePeter Maydell1-18/+33
2011-07-27device-assignment: handle device with incorrect PCIe Cap structure sizeDonald Dutile1-5/+24
2011-07-26target-arm: Mark 1136r1 as a v6K corePeter Maydell2-2/+20
2011-07-26virtio-balloon: Fix header comment; add CopyrightAmit Shah1-1/+3
2011-07-26balloon: Fix header comment; add CopyrightAmit Shah1-2/+3
2011-07-26balloon: Separate out stat and balloon handlingAmit Shah3-15/+17
2011-07-26virtio-balloon: Separate status handling into separate functionAmit Shah1-20/+31
2011-07-26balloon: Simplify code flowAmit Shah1-9/+7
2011-07-26balloon: Add braces around if statementsAmit Shah1-3/+4
2011-07-26balloon: Make functions, local vars staticAmit Shah2-15/+11
2011-07-25Let users select their pythonsBlue Swirl2-6/+19
2011-07-25simpletrace: suppress a warning from unused variableBlue Swirl1-1/+1
2011-07-25Wrap recv to avoid warningsBlue Swirl13-15/+21
2011-07-24Fix chrdev return value conversionBlue Swirl2-4/+5
2011-07-23qemu-ga: remove dependency on gio and gthreadAnthony Liguori2-29/+12
2011-07-23guest-agent: only enable FSFREEZE when it's supported by the kernelAnthony Liguori1-5/+7
2011-07-23Open 1.0 development branch.Anthony Liguori1-1/+1
2011-07-23Bump version to reflect v0.15.0-rc0Anthony Liguori1-1/+1
2011-07-23Correct spelling of licensedMatthew Fernandez64-64/+64
2011-07-23Register Linux dyntick timer as per-thread signalJan Kiszka3-0/+20
2011-07-23mc146818rtc: Handle host clock resetsJan Kiszka1-0/+20
2011-07-23qemu-timer: Introduce clock reset notifierJan Kiszka2-1/+33
2011-07-23notifier: Pass data argument to callbackJan Kiszka13-23/+23
2011-07-23ide: Turn properties any IDE device must have into bus propertiesMarkus Armbruster1-1/+4
2011-07-23virtio-serial: Turn props any virtio-serial-bus device must have into bus propsMarkus Armbruster2-4/+5
2011-07-23virtio-serial: Clean up virtser_bus_dev_print() outputMarkus Armbruster1-8/+5
2011-07-23usb-ccid: Drop unused CCIDCardInfo callback print()Markus Armbruster2-12/+0
2011-07-23Remove unused USES_X509_AUTH macro from VNC sasl codeDaniel P. Berrange1-7/+0
2011-07-23Introduce a 'client_add' monitor command accepting an open FDDaniel P. Berrange8-6/+100
2011-07-23Store VNC auth scheme per-client as well as per-serverDaniel P. Berrange4-26/+41
2011-07-23do not reset no_shutdown after we shutdown the vmWen Congyang1-1/+0
2011-07-23vl.c: Don't limit node count by smp countSasha Levin1-2/+2
2011-07-23vga: Fix type of lfb/map_addr/end.Richard Henderson1-5/+5
2011-07-23qemu-char: Print strerror message on failureKevin Wolf8-83/+117
2011-07-23qemu-timer: change unix timer to dynticksPaolo Bonzini1-12/+28
2011-07-23iothread: replace fair_mutex with a condition variablePaolo Bonzini1-15/+9
2011-07-23report serial devices created with -device in the PIIX4 config spacePaolo Bonzini3-12/+31
2011-07-23multiboot: Support commas in module parametersAdam Lackorzynski1-9/+9
2011-07-23.gitignore: ignore qemu-ga and qapi-generatedAlexandre Raymond1-0/+2
2011-07-23guest agent: use QERR_UNSUPPORTED for disabled RPCsMichael Roth1-3/+3
2011-07-23net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka9-17/+11
2011-07-23net: Dump client type 'info network'Jan Kiszka1-3/+12
2011-07-23net: Refactor net_client_typesJan Kiszka3-15/+23
2011-07-23net: Improve layout of 'info network'Jan Kiszka1-5/+9
2011-07-23slirp: Forward ICMP echo requests via unprivileged socketsJan Kiszka7-1/+147
2011-07-23slirp: Put forked exec into separate process groupJan Kiszka1-1/+2
2011-07-23slirp: Replace m_freem with m_freeJan Kiszka7-19/+16
2011-07-23slirp: Strictly associate DHCP/BOOTP and TFTP with virtual hostJan Kiszka1-5/+8
2011-07-23slirp: Canonicalize restrict syntaxJan Kiszka2-8/+17
2011-07-23slirp: Fix restricted modeJan Kiszka3-25/+6
2011-07-23Deprecate -M command line optionsJan Kiszka1-25/+20
2011-07-23Generalize -machine command line optionJan Kiszka3-22/+46
2011-07-22guest-agent: fix build with OpenBSDAnthony Liguori1-11/+52
2011-07-22xen: fix xen-mapcache build on non-Xen capable targetsAvi Kivity1-0/+32
2011-07-22Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori1-2/+2
2011-07-22target-sparc: Fix compiler errors (format strings)Stefan Weil1-2/+2
2011-07-22Merge remote-tracking branch 'spice/spice.v39' into stagingAnthony Liguori2-3/+12
2011-07-22Merge remote-tracking branch 'qmp/for-anthony' into stagingAnthony Liguori40-31/+4842
2011-07-22Merge remote-tracking branch 'kraxel/usb.21' into stagingAnthony Liguori6-8/+1260
2011-07-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori28-1860/+2509
2011-07-22USB: add usb network redirection supportHans de Goede3-0/+1247
2011-07-22usb-ehci: trace: rename "next" to "nxt".Gerd Hoffmann1-3/+3
2011-07-22usb-uhci: fix irq handling on error.Gerd Hoffmann1-0/+6
2011-07-22usb-hid: fixup changed tracking.Gerd Hoffmann1-5/+4
2011-07-21SPARC64: implement addtional MMU faults related to nonfaulting loadTsuneo Saito2-3/+30
2011-07-21SPARC64: implement MMU miss traps on nonfaulting loadsTsuneo Saito1-16/+20
2011-07-21SPARC64: fix fault status overwritten on nonfaulting loadTsuneo Saito1-6/+2
2011-07-21SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault()Tsuneo Saito2-1/+16
2011-07-21SPARC64: introduce a convenience function for getting physical addressesTsuneo Saito1-6/+14
2011-07-21SPARC64: SFSR cleanup and fixTsuneo Saito2-12/+62
2011-07-21SPARC64: TTE bits cleanupTsuneo Saito2-16/+26
2011-07-21guest agent: add guest agent RPCs/commandsMichael Roth7-3/+768
2011-07-21guest agent: qemu-ga daemonMichael Roth4-3/+660
2011-07-21guest agent: command state classMichael Roth4-1/+102
2011-07-21qerror: add QERR_JSON_PARSE_ERROR to qerror.cMichael Roth1-0/+5
2011-07-21qapi: add QAPI code generation documentationMichael Roth1-0/+316
2011-07-21qapi: add test-qmp-commands, tests for gen. marshalling/dispatch codeMichael Roth2-1/+120
2011-07-21qapi: add test-visitor, tests for gen. visitor codeMichael Roth2-2/+323
2011-07-21qapi: test schema used for unit testsMichael Roth1-0/+22
2011-07-21qapi: add qapi-commands.py code generatorMichael Roth1-0/+385
2011-07-21qapi: add qapi-visit.py code generatorMichael Roth1-0/+246
2011-07-21qapi: add qapi-types.py code generatorMichael Roth1-0/+270
2011-07-21qapi: add qapi.py helper librariesMichael Roth1-0/+203
2011-07-21qapi: add ordereddict.py helper libraryMichael Roth1-0/+127
2011-07-21qapi: add QMP dispatch functionsMichael Roth3-1/+127
2011-07-21qapi: add QMP command registration/lookup functionsMichael Roth3-0/+80
2011-07-21Add hard build dependency on glibAnthony Liguori4-0/+17
2011-07-21qapi: add QAPI dealloc visitorMichael Roth3-1/+174
2011-07-21Error: Fix build when qemu-common.h is not includedLuiz Capitulino1-0/+1
2011-07-21qapi: add QMP output visitorMichael Roth3-1/+268
2011-07-21Introduce compiler.h header fileLuiz Capitulino2-24/+35
2011-07-21qapi: add QMP input visitorMichael Roth4-1/+332
2011-07-21qapi: add QAPI visitor coreMichael Roth5-0/+221
2011-07-21qapi: add module init types for qapiMichael Roth1-0/+2
2011-07-21qlist: add qlist_first()/qlist_next()Michael Roth1-0/+11
2011-07-21QMP: add snapshot-blkdev-sync commandJes Sorensen3-3/+37
2011-07-20Update OpenBIOS images for Sparc32 and Sparc64Blue Swirl3-4/+3
2011-07-20Fix unassigned memory access handlingBlue Swirl10-35/+48
2011-07-20Avoid CPU endian memory accesses in devicesBlue Swirl4-10/+22
2011-07-20SPARC64: treat UA2007 ASI_BLK_* as translating ASIs.Tsuneo Saito1-1/+2
2011-07-20checkpatch: Fix bracing false positives on #ifBlue Swirl1-0/+1
2011-07-20tcg/mips: Fix regression caused by typo (copy + paste bug)Stefan Weil1-1/+1
2011-07-20ds1225y: convert to qdev device, and use it in MIPS Jazz emulationHervé Poussineau3-31/+82
2011-07-20ds1225y: use trace frameworkHervé Poussineau2-11/+9
2011-07-20ds1225y: Remove protection stuff, which doesn't belong to this deviceHervé Poussineau2-42/+1
2011-07-20SPARC64: add missing break on fmovdccTsuneo Saito1-0/+1
2011-07-20SPARC64: fix VIS1 SIMD signed compare instructionsTsuneo Saito3-28/+31
2011-07-20Merge branch 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl8-493/+753
2011-07-20Add missing documentation for qemu-img -pJes Sorensen2-4/+6
2011-07-20qxl: upon reset, if spice worker is stopped, the command rings can be not emptyYonit Halperin1-2/+2
2011-07-20spice: add sanity check for spice portsGerd Hoffmann1-1/+10
2011-07-19Merge branch 'upstream-merge'Marcelo Tosatti106-720/+2108
2011-07-19Merge commit '03ff09580ef6cbc4a893b6e3e6bbff33180ec70a' into upstream-mergeMarcelo Tosatti106-720/+2108
2011-07-19qcow2: Use Qcow2Cache in writeback mode during loadvm/savevmKevin Wolf3-11/+41
2011-07-19block: add bdrv_get_allocated_file_size() operationFam Zheng7-30/+96
2011-07-19VMDK: fix coding styleFam Zheng1-30/+46
2011-07-19VMDK: create different subformatsFam Zheng2-229/+275
2011-07-19VMDK: open/read/write for monolithicFlat imageFam Zheng1-13/+158
2011-07-19VMDK: change get_cluster_offset return typeFam Zheng1-37/+42
2011-07-19VMDK: move 'static' cid_update flag to bs fieldFam Zheng1-3/+3
2011-07-19VMDK: flush multiple extentsFam Zheng1-1/+11
2011-07-19VMDK: add field BDRVVmdkState.desc_offsetFam Zheng1-9/+18
2011-07-19VMDK: separate vmdk_open by format versionFam Zheng1-66/+112
2011-07-19VMDK: probe for monolithicFlat imagesFam Zheng1-2/+43
2011-07-19VMDK: bugfix, align offset to cluster in get_whole_clusterFam Zheng1-3/+5
2011-07-19qemu-config: Document -drive optionsLuiz Capitulino1-0/+6
2011-07-19qemu-options.hx: Document missing -drive optionsLuiz Capitulino1-0/+8
2011-07-19VMDK: introduce VmdkExtentFam Zheng1-102/+246
2011-07-19scsi-disk: Mask out serial number EVPDHannes Reinecke1-3/+12
2011-07-19scsi-disk: Fixup debugging statementHannes Reinecke1-1/+1
2011-07-19scsi: Add 'hba_private' to SCSIRequestHannes Reinecke8-52/+37
2011-07-19Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori17-137/+221
2011-07-19Merge remote-tracking branch 'kraxel/usb.19' into stagingAnthony Liguori13-235/+523
2011-07-19Merge remote-tracking branch 'spice/spice.v38' into stagingAnthony Liguori4-18/+46
2011-07-19Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori5-9/+21
2011-07-19Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori22-97/+549
2011-07-18iov: Update parameter usage in iov_(to|from)_buf()Hannes Reinecke4-29/+34
2011-07-18qemu-io: Fix if scoping bugDevin Nakamura1-1/+2
2011-07-18qemu-io: Fix formattingDevin Nakamura1-1322/+1330
2011-07-18sheepdog: add full data preallocation supportMORITA Kazutaka1-3/+68
2011-07-18virtio-console: Prevent abort()s in case of host chardev closeAmit Shah1-1/+15
2011-07-18virtio-serial-bus: Fix trailing \n in error_report stringAmit Shah1-1/+1
2011-07-18virtio-console: Add some trace eventsAmit Shah2-1/+13
2011-07-18virtio-serial-bus: Add trace eventsAmit Shah2-0/+13
2011-07-17virtio: fix indirect descriptor buffer overflowMichael S. Tsirkin1-0/+8
2011-07-17xen: move to new pci initializersMichael S. Tsirkin1-8/+7
2011-07-17hw/piix_pci.c: Fix PIIX3-xen to initialize idsAnthony PERARD1-0/+3
2011-07-17pci_ids: tweak names to match linux/pci_ids.hMichael S. Tsirkin2-5/+6
2011-07-17vhost: fix double free on device stopMichael S. Tsirkin1-0/+1
2011-07-17xen_console: fall back to qemu serial deviceAlexander Graf1-4/+7