aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-09-11ehci: check for EHCI_ASYNC_FINISHED first in ehci_free_packetGerd Hoffmann
2012-09-11ehci: Properly report completed but not yet processed packets to the guestHans de Goede
2012-09-11ehci: Properly cleanup packets on cancelHans de Goede
2012-09-11ehci: Update copyright headers to reflect recent workHans de Goede
2012-09-11ehci: Validate qh is not changed unexpectedly by the guestHans de Goede
2012-09-11Revert "ehci: don't flush cache on doorbell rings."Hans de Goede
2012-09-11usb-core: Allow the first packet of a pipelined ep to complete immediatelyHans de Goede
2012-09-11usb-core: Add a usb_ep_find_packet_by_id() helper functionHans de Goede
2012-09-11usb-core: Don't set packet state to complete on a nakHans de Goede
2012-09-11usb: controllers do not need to check for babble themselvesHans de Goede
2012-09-10RTC: Remove the current_tm fieldPaolo Bonzini
2012-09-10RTC: Get and set time without going through s->current_tmPaolo Bonzini
2012-09-10RTC: Do not fire timer periodically to catch next alarmPaolo Bonzini
2012-09-10RTC: Add divider reset supportYang Zhang
2012-09-10RTC: Update the RTC clock only when reading itYang Zhang
2012-09-10RTC: Update interrupt state when interrupts are masked/unmaskedYang Zhang
2012-09-10RTC: introduce RTC_CLOCK_RATEPaolo Bonzini
2012-09-10RTC: Rename rtc_timer_updateYang Zhang
2012-09-10RTC: Remove the logic to update time format when DM bit changedYang Zhang
2012-09-10Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2012-09-10Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2012-09-10Merge branch 'spice.v59' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno
2012-09-10Merge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp-unstableAurelien Jarno
2012-09-10hw/mcf5206: Fix buffer overflow for MBAR read / writeStefan Weil
2012-09-10hw/wm8750: Fix potential buffer overflowStefan Weil
2012-09-10kvm: i386: Add classic PCI device assignmentJan Kiszka
2012-09-09kvm: Clean up irqfd APIJan Kiszka
2012-09-08musicpal: Fix flash mappingJan Kiszka
2012-09-07lan9118: fix multicast filteringAurelien Jarno
2012-09-07fix entry pointer for ELF kernels loaded with -kernel optionHenning Schild
2012-09-07vhost: Pass device path to vhost_dev_init()Stefan Hajnoczi
2012-09-07pcie_aer: clear cmask for Advanced Error Interrupt Message NumberJason Baron
2012-09-07pcie: drop version_id field for live migrationJason Baron
2012-09-06hw/pl110: Fix spelling of 'palette'Peter Maydell
2012-09-05tcx: tcx_screen_dump(): add error handlingLuiz Capitulino
2012-09-05tcx: tcx24_screen_dump(): add error handlingLuiz Capitulino
2012-09-05g364fb: g364fb_screen_dump(): add error handlingLuiz Capitulino
2012-09-05omap_lcdc: omap_ppm_save(): add error handlingLuiz Capitulino
2012-09-05omap_lcdc: rename ppm_save() to omap_ppm_save()Luiz Capitulino
2012-09-05vga: ppm_save(): add error handlingLuiz Capitulino
2012-09-05console: vga_hw_screen_dump_ptr: take Error argumentLuiz Capitulino
2012-09-05Remove #ifdef QXL_COMMAND_FLAG_COMPAT_16BPPSøren Sandmann Pedersen
2012-09-05qxl: Add set_client_capabilities() interface to QXLInterfaceSøren Sandmann Pedersen
2012-09-05spice: make number of surfaces runtime-configurable.Gerd Hoffmann
2012-09-05qxl: add QXL_IO_MONITORS_CONFIG_ASYNCAlon Levy
2012-09-05qxl: disallow unknown revisionsAlon Levy
2012-09-05qxl/update_area_io: guest_bug on invalid parametersAlon Levy
2012-09-05spice: notify on vm state change only via spice_server_vm_start/stopYonit Halperin
2012-08-31uas: move transfer kickoffGerd Hoffmann
2012-08-31ehci: Fix interrupt endpoints no longer workingHans de Goede