summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-24Merge remote-tracking branch 'spice/spice.v71' into stagingAnthony Liguori3-3/+19
2013-06-24Merge remote-tracking branch 'kraxel/usb.84' into stagingAnthony Liguori11-51/+212
2013-06-24Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori23-103/+66
2013-06-24cadence_uart: Handle backend tx errorsEdgar E. Iglesias1-3/+1
2013-06-24usb: fix serial number for hid devicesGerd Hoffmann1-0/+12
2013-06-24usb: add serial bus propertyGerd Hoffmann5-10/+14
2013-06-24usb-host-libusb: set USB_DEV_FLAG_IS_HOSTGerd Hoffmann1-0/+1
2013-06-24usb/host-libusb: Fix building with libusb git master codeHans de Goede1-0/+4
2013-06-24usb/hcd-ehci: Add Faraday FUSBH200 supportKuo-Jung Su2-0/+87
2013-06-24usb/hcd-ehci: Replace PORTSC macros with variablesKuo-Jung Su4-14/+28
2013-06-24usb/hcd-ehci: Add Tegra2 SysBus EHCI deviceAndreas Färber2-0/+16
2013-06-24usb/hcd-ehci: Split off instance_init from realizeAndreas Färber4-20/+44
2013-06-24usb/hcd-ehci-sysbus: Convert to QOM realizeAndreas Färber4-10/+9
2013-06-24spice: Add -spice disable-agent-file-transfer cmdline option (rhbz#961850)Hans de Goede2-2/+18
2013-06-24qxl: fix Coverity scan SIGN_EXTENSION errorGerd Hoffmann1-1/+1
2013-06-21configure: Add signed*signed check to [u]int128_t testPeter Maydell1-0/+1
2013-06-21Makefile: pass include directives to dtc via CPPFLAGS, not CFLAGSPeter Maydell1-2/+3
2013-06-21qapi: lack of two commas in dictAmos Kong1-2/+2
2013-06-21sd: pass bool parameter for sd_initliguang6-7/+7
2013-06-21qemu-char: use bool in qemu_chr_open_socket and simplify code a bitliguang1-13/+6
2013-06-21vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_clientMichael Tokarev2-8/+9
2013-06-21block/nand: Formatting sweepPeter Crosthwaite1-15/+18
2013-06-21qxl: Fix QXLRam initialisation.Anthony PERARD1-0/+1
2013-06-21acl: acl_add can't insert before last list element, fixMarkus Armbruster1-2/+2
2013-06-21configure: Fix "ERROR: ERROR: " for missing/incompatible DTCAndreas Färber1-1/+1
2013-06-21audio: Replace static functions in header file by macros, remove GCC_ATTRStefan Weil2-31/+3
2013-06-21libcacard: Fix cppcheck warning and remove unneeded codeStefan Weil1-16/+6
2013-06-21savevm: Fix potential memory leakStefan Weil1-1/+2
2013-06-21kvm: Fix potential resource leak (missing fclose)Stefan Weil1-0/+1
2013-06-21qemu-img: Add missing GCC_FMT_ATTRStefan Weil1-1/+1
2013-06-21qemu-options: trivial fix for -mon args helpMichael Tokarev1-2/+2
2013-06-21vl: reformat SDL ifdeffery a bitMichael Tokarev1-2/+1
2013-06-20Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori47-773/+697
2013-06-20Merge remote-tracking branch 'kiszka/queues/slirp' into stagingAnthony Liguori2-16/+22
2013-06-20memory: render_memory_region: factor out fr constant settersPeter Crosthwaite1-8/+5
2013-06-20memory: as_update_topology_pass: Improve commentsPeter Crosthwaite1-2/+2
2013-06-20memory: Fix comment typoPeter Crosthwaite1-1/+1
2013-06-20memory: give name to every AddressSpaceAlexey Kardashevskiy6-14/+15
2013-06-20dma: eliminate DMAContextPaolo Bonzini23-148/+117
2013-06-20spapr_vio: take care of creating our own AddressSpace/DMAContextPaolo Bonzini4-23/+13
2013-06-20pci: use memory core for iommu supportAvi Kivity5-28/+28
2013-06-20dma: eliminate old-style IOMMU supportPaolo Bonzini5-239/+26
2013-06-20spapr: use memory core for iommu supportPaolo Bonzini2-21/+28
2013-06-20spapr: make IOMMU translation go through IOMMUTLBEntryPaolo Bonzini1-25/+35
2013-06-20spapr: convert TCE API to use an opaque typePaolo Bonzini6-48/+42
2013-06-20vfio: abort if an emulated iommu is usedAvi Kivity1-0/+2
2013-06-20memory: Add iommu map/unmap notifiersDavid Gibson2-0/+50
2013-06-20memory: iommu supportAvi Kivity3-6/+111
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini15-52/+85
2013-06-20exec: reorganize mem_add to match Int128 versionPaolo Bonzini1-23/+16