aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-04pxa2xx_lcd: add proper rotation supportVasily Khoruzhick5-22/+144
2011-07-04arm: Add const attribute to some arm_boot_info pointersStefan Weil4-7/+7
2011-07-02esp: correctly fill bus id with requested lunHervé Poussineau1-1/+1
2011-07-02TCG/PPC: use stack for TCG tempsBlue Swirl2-4/+10
2011-07-01fix cpu_cc_src and cpu_cc_src2 corruption in udivx and sdivxArtyom Tarasenko1-10/+22
2011-07-01Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafBlue Swirl18-207/+493
2011-07-01tcg-hppa: Support deposit opcode.Richard Henderson2-4/+21
2011-07-01hppa: Fix printf warnings in hppa-dis.c.Richard Henderson1-3/+3
2011-07-01TCG/HPPA: use stack for TCG tempsBlue Swirl1-2/+7
2011-07-01TCG/HPPA: use TCG_REG_CALL_STACK instead of TCG_REG_SPBlue Swirl1-14/+16
2011-06-30etraxfs-ser: Correct default value for RW_REC_CTRLEdgar E. Iglesias1-5/+19
2011-06-28user: Fix -d debug logging for usermode emulationEdgar E. Iglesias3-3/+3
2011-06-28cris: Handle opcode zeroEdgar E. Iglesias1-3/+0
2011-06-28tcg/ppc64: Remove tcg_out_addimalc1-5/+0
2011-06-28tcg/ppc: Remove tcg_out_addimalc1-5/+0
2011-06-27Merge remote-tracking branch 'kraxel/usb.17' into stagingAnthony Liguori9-64/+191
2011-06-27Merge remote-tracking branch 'amit/for-anthony' into stagingAnthony Liguori1-10/+14
2011-06-27Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori9-175/+354
2011-06-27Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori30-110/+117
2011-06-27vnc: Fix compilation with --enable-vnc-pngStefan Weil1-0/+3
2011-06-27virtio-serial: Fix segfault on guest bootLuiz Capitulino1-10/+14
2011-06-26Fix MinGW compilation when --enable-vnc-jpeg is specifiedRoy Tam1-2/+5
2011-06-26TCG/Sparc64: use stack for TCG tempsBlue Swirl2-3/+6
2011-06-26TCG/x86: use stack for TCG tempsBlue Swirl1-10/+12
2011-06-26TCG/x86: use TCG_REG_CALL_STACK instead of TCG_REG_ESPBlue Swirl1-4/+4
2011-06-26TCG: remove broken stack allocation for call argumentsBlue Swirl1-6/+3
2011-06-26TCG: fix negative frame offset calculationsBlue Swirl1-3/+7
2011-06-26Delegate setup of TCG temporaries to targetsBlue Swirl10-2/+18
2011-06-26cpu-exec.c: avoid AREG0 useBlue Swirl12-87/+61
2011-06-26Remove exec-all.h include directivesBlue Swirl57-58/+8
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl28-198/+213
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl15-24/+24
2011-06-26cpu-exec: unify do_interrupt callBlue Swirl1-26/+0
2011-06-26m68k: use caller supplied CPUState for interrupt related stuffBlue Swirl3-6/+30