summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-09-11usb-core: Allow the first packet of a pipelined ep to complete immediatelyHans de Goede1-1/+1
2012-09-11usb-core: Add a usb_ep_find_packet_by_id() helper functionHans de Goede2-0/+17
2012-09-11usb-core: Don't set packet state to complete on a nakHans de Goede1-2/+4
2012-09-11usb: controllers do not need to check for babble themselvesHans de Goede2-9/+0
2012-09-10RTC: Remove the current_tm fieldPaolo Bonzini1-11/+1
2012-09-10RTC: Get and set time without going through s->current_tmPaolo Bonzini1-16/+22
2012-09-10RTC: Do not fire timer periodically to catch next alarmPaolo Bonzini1-14/+103
2012-09-10RTC: Add divider reset supportYang Zhang1-9/+41
2012-09-10RTC: Update the RTC clock only when reading itYang Zhang1-135/+194
2012-09-10RTC: Update interrupt state when interrupts are masked/unmaskedYang Zhang2-0/+10
2012-09-10RTC: introduce RTC_CLOCK_RATEPaolo Bonzini1-4/+5
2012-09-10RTC: Rename rtc_timer_updateYang Zhang1-5/+5
2012-09-10RTC: Remove the logic to update time format when DM bit changedYang Zhang1-9/+1
2012-09-10Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori4-3/+1919
2012-09-10Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori6-6/+12
2012-09-10Merge branch 'spice.v59' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno2-25/+160
2012-09-10Merge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp-unstableAurelien Jarno8-67/+210
2012-09-10hw/mcf5206: Fix buffer overflow for MBAR read / writeStefan Weil1-6/+6
2012-09-10hw/wm8750: Fix potential buffer overflowStefan Weil1-2/+2
2012-09-10kvm: i386: Add classic PCI device assignmentJan Kiszka3-1/+1917
2012-09-09kvm: Clean up irqfd APIJan Kiszka1-2/+2
2012-09-08musicpal: Fix flash mappingJan Kiszka1-2/+2
2012-09-07lan9118: fix multicast filteringAurelien Jarno1-1/+1
2012-09-07fix entry pointer for ELF kernels loaded with -kernel optionHenning Schild1-0/+11
2012-09-07vhost: Pass device path to vhost_dev_init()Stefan Hajnoczi3-4/+6
2012-09-07pcie_aer: clear cmask for Advanced Error Interrupt Message NumberJason Baron1-0/+5
2012-09-07pcie: drop version_id field for live migrationJason Baron2-2/+1
2012-09-06hw/pl110: Fix spelling of 'palette'Peter Maydell2-26/+26
2012-09-05tcx: tcx_screen_dump(): add error handlingLuiz Capitulino1-6/+29
2012-09-05tcx: tcx24_screen_dump(): add error handlingLuiz Capitulino1-9/+41
2012-09-05g364fb: g364fb_screen_dump(): add error handlingLuiz Capitulino1-12/+40
2012-09-05omap_lcdc: omap_ppm_save(): add error handlingLuiz Capitulino1-14/+45
2012-09-05omap_lcdc: rename ppm_save() to omap_ppm_save()Luiz Capitulino1-5/+5
2012-09-05vga: ppm_save(): add error handlingLuiz Capitulino5-11/+30
2012-09-05console: vga_hw_screen_dump_ptr: take Error argumentLuiz Capitulino7-13/+23
2012-09-05Remove #ifdef QXL_COMMAND_FLAG_COMPAT_16BPPSøren Sandmann Pedersen1-2/+0
2012-09-05qxl: Add set_client_capabilities() interface to QXLInterfaceSøren Sandmann Pedersen1-0/+23
2012-09-05spice: make number of surfaces runtime-configurable.Gerd Hoffmann2-16/+18
2012-09-05qxl: add QXL_IO_MONITORS_CONFIG_ASYNCAlon Levy2-4/+100
2012-09-05qxl: disallow unknown revisionsAlon Levy1-1/+4
2012-09-05qxl/update_area_io: guest_bug on invalid parametersAlon Levy1-0/+12
2012-09-05spice: notify on vm state change only via spice_server_vm_start/stopYonit Halperin1-3/+4
2012-08-31uas: move transfer kickoffGerd Hoffmann1-2/+1
2012-08-31ehci: Fix interrupt endpoints no longer workingHans de Goede1-2/+11
2012-08-31ehci: handle TD deactivation of inflight packetsGerd Hoffmann1-15/+23
2012-08-31ehci: add ehci_cancel_queue()Gerd Hoffmann1-10/+20
2012-08-31ehci: simplify ehci_state_executingHans de Goede1-12/+1
2012-08-31ehci: Remove unnecessary ehci_flush_qh callHans de Goede1-1/+0
2012-08-31ehci: Schedule async-bh when IAAD bit gets setHans de Goede1-0/+9
2012-08-31ehci: Fix NULL ptr deref when unplugging an USB dev with an iso stream activeHans de Goede1-1/+1