aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-18target-i386: Add infrastructure for reporting TPR MMIO accessesJan Kiszka
2012-02-18Allow to use pause_all_vcpus from VCPU contextJan Kiszka
2012-02-18Process pending work while waiting for initial kick-off in TCG modeJan Kiszka
2012-02-18Remove useless casts from cpu iteratorsJan Kiszka
2012-02-18kvm: Set cpu_single_env only onceJan Kiszka
2012-02-16kvm: Synchronize cpu state in kvm_arch_stop_on_emulation_error()Gleb Natapov
2012-02-15Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2012-02-15Merge remote-tracking branch 'kraxel/vnc.2' into stagingAnthony Liguori
2012-02-15Merge remote-tracking branch 'kiszka/queues/slirp' into stagingAnthony Liguori
2012-02-15Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori
2012-02-15Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-02-15device_add: don't add a /peripheral link until init is completeAnthony Liguori
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-14qdev: print error message before abortingPaolo Bonzini
2012-02-14qdev: allow setting properties to NULLPaolo Bonzini
2012-02-11ppc: remove unused variablesBlue Swirl
2012-02-11cfi02: Fix lazy ROMD switching - once againJan Kiszka
2012-02-11memory-region: Report if region is read-only or write-only on info mtreeJan Kiszka
2012-02-11vga: Fix full updates in graphic modeJan Kiszka
2012-02-11Fix memory dirty getting API change falloutBlue Swirl
2012-02-10xhci: handle USB_RET_NAKGerd Hoffmann
2012-02-10xhci: remote wakeup supportGerd Hoffmann
2012-02-10xhci: kill port arg from xhci_setup_packetGerd Hoffmann
2012-02-10xhci: stop on errorsGerd Hoffmann
2012-02-10xhci: add trb type name lookup support.Gerd Hoffmann
2012-02-10xhci: signal low- and fullspeed supportGerd Hoffmann
2012-02-10usb: add USBBusOps->wakeup_endpointGerd Hoffmann
2012-02-10usb: pass USBEndpoint to usb_wakeupGerd Hoffmann
2012-02-10usb: maintain async packet list per endpointGerd Hoffmann
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann
2012-02-10usb: add USBEndpoint->{nr,pid}Gerd Hoffmann
2012-02-10usb: USBPacket: add status, rename owner -> epGerd Hoffmann
2012-02-10usb: fold usb_generic_handle_packet into usb_handle_packetGerd Hoffmann
2012-02-10usb: kill handle_packet callbackGerd Hoffmann
2012-02-10usb-xhci: switch to usb_find_device()Gerd Hoffmann
2012-02-10usb-musb: switch to usb_find_device()Gerd Hoffmann
2012-02-10usb-ohci: switch to usb_find_device()Gerd Hoffmann
2012-02-10usb-ehci: switch to usb_find_device()Gerd Hoffmann
2012-02-10usb-uhci: switch to usb_find_device()Gerd Hoffmann
2012-02-10usb: handle dev == NULL in usb_handle_packet()Gerd Hoffmann
2012-02-10usb-hub: implement find_deviceGerd Hoffmann
2012-02-10usb: add usb_find_device()Gerd Hoffmann
2012-02-10usb: kill usb_send_msgGerd Hoffmann
2012-02-10usb: kill USB_MSG_RESETGerd Hoffmann
2012-02-10usb: kill USB_MSG_{ATTACH,DETACH}Gerd Hoffmann
2012-02-10usb-redir: Add the posibility to filter out certain devices from redirecionHans de Goede
2012-02-10usb-ehci: Clear the portstatus powner bit on device disconnectHans de Goede
2012-02-10usb-uhci: implement bandwidth managementGerd Hoffmann
2012-02-10vnc: lift modifier keys on client disconnect.Gerd Hoffmann
2012-02-10vnc: implement shared flag handling.Gerd Hoffmann