summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-23json-parser: fix handling of large whole number valuesMichael Roth1-3/+23
2013-05-23qapi: enable generation of native list codeMichael Roth1-3/+3
2013-05-23qapi: qapi-visit.py, native list supportMichael Roth1-5/+29
2013-05-23qapi: qapi-visit.py, fix list handling for union typesMichael Roth1-1/+1
2013-05-23qapi: qapi-types.py, native list supportMichael Roth2-3/+65
2013-05-22Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori20-24/+3
2013-05-22pci-assign: Add MSI affinity supportAlex Williamson1-0/+18
2013-05-22virtio-net: dynamic network offloads configurationDmitry Fleytman3-15/+101
2013-05-22chardev: Get filename for new qapi backendLei Li1-0/+2
2013-05-22chardev: Make the name of memory device consistentLei Li3-14/+14
2013-05-22ui/gtk.c: Fix *BSD build of Gtk+ UIBrad Smith1-0/+1
2013-05-22qom/object: Don't poll cast cache for NULL objectsPeter Crosthwaite1-2/+2
2013-05-22glib: Fix some misuses of gsize/size_t typesPeter Crosthwaite2-3/+3
2013-05-20linux-user: Save the correct resume address for MIPS signal handlingKwok Cheung Yeung3-3/+5
2013-05-20linux-user: Fix MIPS ISA transitions during signal handlingKwok Cheung Yeung1-0/+13
2013-05-20target-mips: clean-up in BIT_INSVPetar Jovanovic1-10/+6
2013-05-20Open up 1.6 developmentAnthony Liguori1-1/+1
2013-05-20Update version for 1.5.0 release.v1.5.0Anthony Liguori1-1/+1
2013-05-20osdep: fix qemu_anon_ram_free trace (+ fix compilation on 32 bit hosts)Hervé Poussineau1-1/+1
2013-05-20Rename hexdump to avoid FreeBSD libutil conflictEd Maste4-5/+5
2013-05-20vl: new runstate transition: RUN_STATE_GUEST_PANICKED -> RUN_STATE_FINISH_MIG...Hu Tao1-0/+1
2013-05-20chardev: Make consistent with udp device for new qapi backendLei Li2-9/+9
2013-05-20ide/macio: fix wrong opaque with TRIM supportAurelien Jarno1-1/+1
2013-05-19target-mips: set carry bit correctly in DSPControl registerPetar Jovanovic1-3/+4
2013-05-19target-mips: fix EXTPDP and setting up pos field in the DSPControl regPetar Jovanovic2-5/+23
2013-05-18target-moxie: replace target_phys_addr_t with hwaddrHu Tao1-1/+1
2013-05-18Rename hexdump to avoid FreeBSD libutil conflictEd Maste4-5/+5
2013-05-18remove some double-includesMichael Tokarev16-19/+0
2013-05-18translate: remove redundantly included qemu/timer.hliguang1-1/+0
2013-05-18Remove twice include of qemu-common.hQiao Nuohan1-1/+0
2013-05-18fix /proc/self/maps outputChristophe Lyon1-2/+2
2013-05-17target-mips: fix incorrect behaviour for EXTPPetar Jovanovic2-2/+19
2013-05-17Update version for 1.5.0-rc3 releasev1.5.0-rc3Anthony Liguori1-1/+1
2013-05-17Merge remote-tracking branch 'mdroth/qga-pull-2013-05-13' into stagingAnthony Liguori1-6/+19
2013-05-17Revert "migration: don't account sleep time for calculating bandwidth"Michael Roth1-4/+1
2013-05-16main-loop: partial revert of 5e3bc73Stefan Hajnoczi1-18/+14
2013-05-16main-loop: narrow win32 pollfds_fill() event bitmasksStefan Hajnoczi1-4/+4
2013-05-16virtio: add virtio_bus_get_dev_path.KONRAD Frederic1-0/+14
2013-05-15Update version for 1.5.0-rc2 releasev1.5.0-rc2Anthony Liguori1-1/+1
2013-05-15Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2-2/+9
2013-05-15qemu-common: Resolve vector build breakes for AltiVecPaolo Bonzini1-2/+8
2013-05-15ide-test: Fix endianness problemsKevin Wolf1-5/+27
2013-05-15hw/pci-host/versatile.c: Provide property for forcing broken IRQ mappingPeter Maydell1-1/+13
2013-05-15hw/pci-host/versatile.c: Update autodetect to detect newer kernelsPeter Maydell1-7/+62
2013-05-15Revert "versatile_pci: Put the host bridge PCI device at slot 29"Peter Maydell1-2/+0
2013-05-15w32: Fix configure test for -march=i486Stefan Weil1-0/+1
2013-05-15configure: Detect uuid on MacOSX (fixes compile failure)Peter Maydell1-1/+5
2013-05-15vnc: Make ledstate comparison before modifiers updatedLei Li1-1/+2
2013-05-15virtio-net-x: forward the netclient name and type.KONRAD Frederic3-0/+9
2013-05-15virtio-net: add virtio_net_set_netclient_name.KONRAD Frederic2-2/+47