summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | pci: add ich9 usb controller idsGerd Hoffmann2011-07-051-0/+8
| * | | usb-ohci: Add support for being a companion controllerHans de Goede2011-07-051-12/+40
| * | | usb-uhci: Add support for being a companion controllerHans de Goede2011-07-051-5/+36
| * | | usb-ehci: Add support for registering companion controllersHans de Goede2011-07-051-30/+144
| * | | usb-ehci: Fix handling of PED and PEDC port status bitsHans de Goede2011-07-051-13/+11
| * | | usb: assert on calling usb_attach(port, NULL) on a port without a devHans de Goede2011-07-051-5/+4
| * | | usb-ehci: cleanup port reset handlingHans de Goede2011-07-051-6/+1
| * | | usb-ehci: Connect Status bit is read only, don't allow changing it by the guestHans de Goede2011-07-051-2/+2
| * | | usb-ehci: drop unused num-ports state memberHans de Goede2011-07-051-1/+0
| * | | usb: Replace device_destroy bus op with a child_detach port opHans de Goede2011-07-058-29/+69
| * | | usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede2011-07-057-26/+28
| * | | usb: Add a register_companion USB bus op.Hans de Goede2011-07-052-0/+36
| * | | usb: Move (initial) call of usb_port_location to usb_fill_portHans de Goede2011-07-055-4/+1
| * | | usb: Add a usb_fill_port helper functionHans de Goede2011-07-051-2/+8
| * | | hw/usb-musb.c: Don't misuse usb_packet_complete()Peter Maydell2011-07-051-1/+1
* | | | Merge remote-tracking branch 'spice/spice.v38' into stagingAnthony Liguori2011-07-194-18/+46
|\ \ \ \
| * | | | qxl: allow QXL_IO_LOG also in vgaAlon Levy2011-07-041-0/+1
| * | | | qxl: put QXL_IO_UPDATE_IRQ into vgamode whitelistGerd Hoffmann2011-07-041-0/+1
| * | | | qxl: make sure primary surface is saved on migrationYonit Halperin2011-07-041-3/+6
| * | | | qxl: add dev id to guest printsAlon Levy2011-07-041-1/+2
| * | | | qxl-logger: add timestamp to command logAlon Levy2011-07-041-1/+3
| * | | | qxl: interface_get_command: fix reported modeAlon Levy2011-07-041-4/+21
| * | | | qxl: set mm_time in vga updateAlon Levy2011-07-041-0/+5
| * | | | spice: catch spice server initialization failures.Gerd Hoffmann2011-07-041-1/+4
| * | | | qxl: device id fixupGerd Hoffmann2011-07-041-8/+3
* | | | | Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori2011-07-195-9/+21
|\ \ \ \ \
| * | | | | virtio: fix indirect descriptor buffer overflowMichael S. Tsirkin2011-07-171-0/+8
| * | | | | xen: move to new pci initializersMichael S. Tsirkin2011-07-171-8/+7
| * | | | | hw/piix_pci.c: Fix PIIX3-xen to initialize idsAnthony PERARD2011-07-171-0/+3
| * | | | | pci_ids: tweak names to match linux/pci_ids.hMichael S. Tsirkin2011-07-172-5/+6
| * | | | | vhost: fix double free on device stopMichael S. Tsirkin2011-07-171-0/+1
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2011-07-1922-97/+549
|\ \ \ \ \
| * | | | | linux-user/signal.c: Rename s390 target_ucontext fields to fix ia64Peter Maydell2011-07-131-15/+15
| * | | | | linux-user: make MIPS and ARM eabi use same argument reorderingRiku Voipio2011-07-131-20/+18
| * | | | | linux-user: correct syscall 123 on sh4Riku Voipio2011-07-131-1/+1
| * | | | | mips: rlimit codes are not the sameWesley W. Terpstra2011-07-122-3/+76
| * | | | | mips: rlimit incorrectly converts valuesWesley W. Terpstra2011-07-121-5/+17
| * | | | | mips: null pointer deref should segfaultWesley W. Terpstra2011-07-121-0/+2
| * | | | | mips: missing syscall returns wrong errnoWesley W. Terpstra2011-07-121-1/+1
| * | | | | mips: sigaltstack argsWesley W. Terpstra2011-07-121-1/+1
| * | | | | linux-user/syscall.c: Enforce pselect6 sigset size restrictionsPeter Maydell2011-07-111-0/+5
| * | | | | linux-user: Implement prlimit64 syscallPeter Maydell2011-07-112-0/+47
| * | | | | linux-user: Add syscall numbers from kernel 2.6.39.2Peter Maydell2011-07-1116-5/+253
| * | | | | linux-user: Add support for even more FB ioctlsCédric VINCENT2011-07-113-0/+23
| * | | | | linux-user: Add support for more VT ioctlsCédric VINCENT2011-07-113-0/+15
| * | | | | linux-user: Add support for KD...LED ioctlsCédric VINCENT2011-07-112-0/+8
| * | | | | arm-semi: Provide access to CLI arguments passed through the "-append" optionCédric VINCENT2011-07-111-46/+67
| | |_|/ / | |/| | |
* | | | | virtio-console: Prevent abort()s in case of host chardev closeAmit Shah2011-07-181-1/+15
* | | | | virtio-serial-bus: Fix trailing \n in error_report stringAmit Shah2011-07-181-1/+1
* | | | | virtio-console: Add some trace eventsAmit Shah2011-07-182-1/+13
OpenPOWER on IntegriCloud