aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-29Merge remote-tracking branch 'spice/spice.v49' into stagingAnthony Liguori8-194/+353
2012-02-29Merge remote-tracking branch 'kraxel/usb.39' into stagingAnthony Liguori20-245/+317
2012-02-28qxl: properly handle upright and non-shared surfacesGerd Hoffmann1-7/+13
2012-02-28Error out when tls-channel option is used without TLSChristophe Fergeau1-1/+7
2012-02-28spice: use error_report to report errorsChristophe Fergeau1-11/+11
2012-02-28qxl: add optinal 64bit vram barGerd Hoffmann2-7/+51
2012-02-27Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori3-9/+26
2012-02-27usb: Resolve warnings about unassigned bus on usb device creationJan Kiszka9-34/+26
2012-02-27slirp: Fix assertion failure on rejected DHCP requestsDavid Gibson1-1/+2
2012-02-27slirp: Refactor if_startJan Kiszka1-42/+36
2012-02-27slirp: Fix requeuing of batchq packets in if_startJan Kiszka1-16/+19
2012-02-27slirp: Clean up ifs_initJan Kiszka3-4/+5
2012-02-27usb-redir: Return USB_RET_NAK when we've no data for an interrupt endpointHans de Goede1-1/+4
2012-02-27usb-redir: Limit return values returned by iso packetsHans de Goede1-2/+2
2012-02-27usb-redir: Let the usb-host know about our device filteringHans de Goede2-1/+21
2012-02-27usb-redir: Always clear device state on filter rejectHans de Goede1-4/+7
2012-02-27usb-redir: Fix printing of device versionHans de Goede1-2/+4
2012-02-27ehci: drop old stuffGerd Hoffmann1-29/+1
2012-02-27usb-ehci: Handle ISO packets failing with an error other then NAKHans de Goede1-3/+19
2012-02-27libcacard: fix reported ATR lengthAlon Levy1-2/+2
2012-02-27usb-ccid: advertise SELF_POWEREDAlon Levy1-1/+1
2012-02-27libcacard: link with glib for g_strndupAlon Levy1-2/+2
2012-02-27usb-desc: fix user trigerrable segfaults (!config)Alon Levy1-3/+17
2012-02-27usb-ehci: sanity-check iso xfersGerd Hoffmann1-6/+10
2012-02-27usb: add tracepoint for usb packet state changes.Gerd Hoffmann2-22/+8
2012-02-27usb-xhci: enable packet queuingGerd Hoffmann1-6/+0
2012-02-27usb-uhci: implement packet queuingGerd Hoffmann1-2/+31
2012-02-27usb-uhci: process uhci_handle_td return code via switch.Gerd Hoffmann1-27/+39
2012-02-27usb-uhci: add UHCIQueueGerd Hoffmann1-91/+118
2012-02-27usb-uhci: cleanup UHCIAsync allocation & initialization.Gerd Hoffmann1-7/+1
2012-02-27usb-ehci: fix resetGerd Hoffmann1-1/+2
2012-02-27usb-hid: fix tablet activationGerd Hoffmann1-0/+3
2012-02-27qxl: make qxl_render_update asyncAlon Levy4-31/+150
2012-02-27qxl: introduce QXLCookieAlon Levy5-19/+82
2012-02-27qxl: remove flippedAlon Levy2-37/+31
2012-02-27qxl: require spice >= 0.8.2Alon Levy5-74/+1
2012-02-27qxl: drop qxl_spice_update_area_async definitionAlon Levy1-6/+0
2012-02-27sdl: remove NULL check, g_malloc0 can't failAlon Levy1-4/+0
2012-02-27qxl: fix spice+sdl no cursor regressionAlon Levy3-9/+19
2012-02-25audio: Add some fall through commentsStefan Weil2-1/+4
2012-02-24configure: Check whether makecontext() is a glibc stub functionPeter Maydell1-0/+4
2012-02-24vl.c: Avoid segfault when started with no argumentsPeter Maydell1-7/+10
2012-02-24nic: zap obsolote romloading bits from ne2k + pcnetGerd Hoffmann2-16/+2
2012-02-24build: allow turning off debuginfoGerd Hoffmann1-2/+13
2012-02-24optimize screendump for the common non-switch caseGerd Hoffmann9-21/+34
2012-02-24Remove screendump dummy functions.Gerd Hoffmann3-12/+4
2012-02-24vga: simplify screendumpGerd Hoffmann1-35/+1
2012-02-24suspend: add qmp eventsGerd Hoffmann3-0/+10
2012-02-24suspend: make acpi timer wakeup the guest.Gerd Hoffmann2-0/+9
2012-02-24suspend: make rtc alarm wakeup the guest.Gerd Hoffmann3-0/+9