aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-12esp: cancel current request only if some request is in flightHervé Poussineau1-1/+1
2011-07-12target-alpha, target-ppc: Remove unnecessary setjmp.h includePeter Maydell2-4/+0
2011-07-12Remove unneeded setjmp.h (fix compilation on Debian "lenny")Stefan Weil1-1/+0
2011-07-12tcg: Reload local variables after return from longjmpJan Kiszka1-0/+4
2011-07-12exec-all.h: Make MAX_OP_PER_INSTR large enough for target-arm's usesPeter Maydell1-5/+1
2011-07-12exec.c: Fix calculation of code_gen_buffer_max_sizePeter Maydell1-2/+2
2011-07-12spapr: use specific endian ld/st_physAlexander Graf2-8/+8
2011-07-12s390-virtio: use specific endian ld/st_physAlexander Graf2-8/+8
2011-07-12ppc405_uc: use specific endian ld/st_physAlexander Graf1-20/+23
2011-07-12pl080: use specific endian ld/st_physAlexander Graf1-4/+4
2011-07-12msix: use specific endian ld/st_physAlexander Graf1-1/+1
2011-07-12msi: use specific endian ld/st_physAlexander Graf1-1/+1
2011-07-12intel-hda: use specific endian ld/st_physAlexander Graf1-17/+4
2011-07-12hpet: use specific endian ld/st_physAlexander Graf1-1/+1
2011-07-12exec: add endian specific phys ld/st functionsAlexander Graf2-10/+203
2011-07-12mips: rlimit codes are not the sameWesley W. Terpstra2-3/+76
2011-07-12mips: rlimit incorrectly converts valuesWesley W. Terpstra1-5/+17
2011-07-12mips: null pointer deref should segfaultWesley W. Terpstra1-0/+2
2011-07-12mips: missing syscall returns wrong errnoWesley W. Terpstra1-1/+1
2011-07-12mips: sigaltstack argsWesley W. Terpstra1-1/+1
2011-07-11linux-user/syscall.c: Enforce pselect6 sigset size restrictionsPeter Maydell1-0/+5
2011-07-11linux-user: Implement prlimit64 syscallPeter Maydell2-0/+47
2011-07-11linux-user: Add syscall numbers from kernel 2.6.39.2Peter Maydell16-5/+253
2011-07-11linux-user: Add support for even more FB ioctlsCédric VINCENT3-0/+23
2011-07-11linux-user: Add support for more VT ioctlsCédric VINCENT3-0/+15
2011-07-11linux-user: Add support for KD...LED ioctlsCédric VINCENT2-0/+8
2011-07-11arm-semi: Provide access to CLI arguments passed through the "-append" optionCédric VINCENT1-46/+67
2011-07-08usb-ohci: raise interrupt on attachGerd Hoffmann1-1/+7
2011-07-08usb-hub: remove unused descriptor arraysGerd Hoffmann1-68/+0
2011-07-08usb: fixup bluetooth descriptorsGerd Hoffmann1-12/+12
2011-07-08usb_register_port(): do not set port->opaque and port->index twiceJes Sorensen1-2/+0
2011-07-08usb: update documentationGerd Hoffmann2-5/+65
2011-07-05ehci: add ich9 controller.Gerd Hoffmann1-14/+29
2011-07-05ehci: fix port count.Gerd Hoffmann1-1/+1
2011-07-05uhci: add ich9 controllersGerd Hoffmann1-15/+39
2011-07-05pci: add ich9 usb controller idsGerd Hoffmann1-0/+8
2011-07-05usb-ohci: Add support for being a companion controllerHans de Goede1-12/+40
2011-07-05usb-uhci: Add support for being a companion controllerHans de Goede1-5/+36
2011-07-05usb-ehci: Add support for registering companion controllersHans de Goede1-30/+144
2011-07-05usb-ehci: Fix handling of PED and PEDC port status bitsHans de Goede1-13/+11
2011-07-05usb: assert on calling usb_attach(port, NULL) on a port without a devHans de Goede1-5/+4
2011-07-05usb-ehci: cleanup port reset handlingHans de Goede1-6/+1
2011-07-05usb-ehci: Connect Status bit is read only, don't allow changing it by the guestHans de Goede1-2/+2
2011-07-05usb-ehci: drop unused num-ports state memberHans de Goede1-1/+0
2011-07-05usb: Replace device_destroy bus op with a child_detach port opHans de Goede8-29/+69
2011-07-05usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede7-26/+28
2011-07-05usb: Add a register_companion USB bus op.Hans de Goede2-0/+36
2011-07-05usb: Move (initial) call of usb_port_location to usb_fill_portHans de Goede5-4/+1
2011-07-05usb: Add a usb_fill_port helper functionHans de Goede1-2/+8
2011-07-05hw/usb-musb.c: Don't misuse usb_packet_complete()Peter Maydell1-1/+1