Age | Commit message (Expand) | Author | Files | Lines |
2012-02-17 | hw/arm: Remove redundant arguments from set_kernel_args* | Stefan Weil | 1 | -9/+8 |
2012-02-17 | pxa2xx_lcd: SRAM is valid location for the framebuffer | Vasily Khoruzhick | 1 | -4/+9 |
2012-02-17 | target-arm/helper.c: Correct FPSID value for Cortex-A9 | Peter Maydell | 1 | -1/+1 |
2012-02-17 | nseries: attach monitor powerdown request to menelaus | Paolo Bonzini | 2 | -12/+11 |
2012-02-15 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori | 9 | -26/+43 |
2012-02-15 | Merge remote-tracking branch 'kraxel/vnc.2' into staging | Anthony Liguori | 3 | -3/+161 |
2012-02-15 | Merge remote-tracking branch 'kiszka/queues/slirp' into staging | Anthony Liguori | 2 | -41/+31 |
2012-02-15 | Merge remote-tracking branch 'kraxel/usb.38' into staging | Anthony Liguori | 21 | -398/+726 |
2012-02-15 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori | 21 | -240/+881 |
2012-02-15 | device_add: don't add a /peripheral link until init is complete | Anthony Liguori | 1 | -8/+10 |
2012-02-15 | qom: Unify type registration | Andreas Färber | 233 | -554/+551 |
2012-02-14 | qdev: print error message before aborting | Paolo Bonzini | 3 | -13/+22 |
2012-02-14 | qdev: allow setting properties to NULL | Paolo Bonzini | 1 | -6/+9 |
2012-02-11 | ppc: remove unused variables | Blue Swirl | 1 | -3/+0 |
2012-02-11 | cfi02: Fix lazy ROMD switching - once again | Jan Kiszka | 1 | -0/+1 |
2012-02-11 | memory-region: Report if region is read-only or write-only on info mtree | Jan Kiszka | 1 | -3/+11 |
2012-02-11 | vga: Fix full updates in graphic mode | Jan Kiszka | 1 | -2/+3 |
2012-02-11 | Fix memory dirty getting API change fallout | Blue Swirl | 3 | -4/+4 |
2012-02-10 | xhci: handle USB_RET_NAK | Gerd Hoffmann | 1 | -11/+96 |
2012-02-10 | xhci: remote wakeup support | Gerd Hoffmann | 1 | -0/+21 |
2012-02-10 | xhci: kill port arg from xhci_setup_packet | Gerd Hoffmann | 1 | -3/+3 |
2012-02-10 | xhci: stop on errors | Gerd Hoffmann | 1 | -2/+6 |
2012-02-10 | xhci: add trb type name lookup support. | Gerd Hoffmann | 1 | -4/+60 |
2012-02-10 | xhci: signal low- and fullspeed support | Gerd Hoffmann | 1 | -1/+4 |
2012-02-10 | usb: add USBBusOps->wakeup_endpoint | Gerd Hoffmann | 2 | -0/+5 |
2012-02-10 | usb: pass USBEndpoint to usb_wakeup | Gerd Hoffmann | 5 | -7/+15 |
2012-02-10 | usb: maintain async packet list per endpoint | Gerd Hoffmann | 2 | -28/+108 |
2012-02-10 | usb: Set USBEndpoint in usb_packet_setup(). | Gerd Hoffmann | 19 | -86/+91 |
2012-02-10 | usb: add USBEndpoint->{nr,pid} | Gerd Hoffmann | 2 | -0/+7 |
2012-02-10 | usb: USBPacket: add status, rename owner -> ep | Gerd Hoffmann | 6 | -18/+35 |
2012-02-10 | usb: fold usb_generic_handle_packet into usb_handle_packet | Gerd Hoffmann | 1 | -33/+25 |
2012-02-10 | usb: kill handle_packet callback | Gerd Hoffmann | 15 | -83/+4 |
2012-02-10 | usb-xhci: switch to usb_find_device() | Gerd Hoffmann | 1 | -2/+10 |
2012-02-10 | usb-musb: switch to usb_find_device() | Gerd Hoffmann | 1 | -4/+3 |
2012-02-10 | usb-ohci: switch to usb_find_device() | Gerd Hoffmann | 1 | -36/+37 |
2012-02-10 | usb-ehci: switch to usb_find_device() | Gerd Hoffmann | 1 | -40/+29 |
2012-02-10 | usb-uhci: switch to usb_find_device() | Gerd Hoffmann | 1 | -30/+15 |
2012-02-10 | usb: handle dev == NULL in usb_handle_packet() | Gerd Hoffmann | 1 | -0/+4 |
2012-02-10 | usb-hub: implement find_device | Gerd Hoffmann | 1 | -0/+21 |
2012-02-10 | usb: add usb_find_device() | Gerd Hoffmann | 3 | -0/+32 |
2012-02-10 | usb: kill usb_send_msg | Gerd Hoffmann | 2 | -14/+0 |
2012-02-10 | usb: kill USB_MSG_RESET | Gerd Hoffmann | 8 | -31/+25 |
2012-02-10 | usb: kill USB_MSG_{ATTACH,DETACH} | Gerd Hoffmann | 2 | -13/+3 |
2012-02-10 | usb-redir: Add the posibility to filter out certain devices from redirecion | Hans de Goede | 2 | -11/+106 |
2012-02-10 | usb-ehci: Clear the portstatus powner bit on device disconnect | Hans de Goede | 1 | -0/+5 |
2012-02-10 | usb-uhci: implement bandwidth management | Gerd Hoffmann | 1 | -7/+22 |
2012-02-10 | vnc: lift modifier keys on client disconnect. | Gerd Hoffmann | 1 | -0/+25 |
2012-02-10 | vnc: implement shared flag handling. | Gerd Hoffmann | 3 | -0/+127 |
2012-02-10 | vnc: fix ctrl key in vnc terminal emulation | Gerd Hoffmann | 1 | -2/+8 |
2012-02-10 | Fix vnc memory corruption with width = 1400 | Gerd Hoffmann | 1 | -1/+1 |