aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-21linuxload: id_change was a write only variableJuan Quintela1-24/+1
2011-06-21linux-user: Define AT_RANDOM to support target stack protection mechanism.Laurent ALFONSI1-1/+20
2011-06-21linux-user: add pselect6 syscall supportMike Frysinger1-19/+130
2011-06-21linux-user: Fix the computation of the requested heap sizevincent1-8/+29
2011-06-21m68k-semi.c: Use correct check for failure of do_brk()Peter Maydell1-2/+3
2011-06-21arm-semi.c: Use correct check for failure of do_brk()Peter Maydell1-2/+3
2011-06-21linux-user: Don't use MAP_FIXED in do_brk()Peter Maydell1-9/+20
2011-06-21linux-user: Handle images where lowest vaddr is not page alignedPeter Maydell1-57/+73
2011-06-21linux-user: Fix the load of ELF files that have no "useful" symbolCédric VINCENT1-15/+19
2011-06-20Don't translate pointer when in restore_sigcontextMike McCormack1-2/+2
2011-06-15hw/9118.c: Implement active-low interrupt supportPeter Maydell1-3/+9
2011-06-15Introduce format string for pid_tAndreas Färber5-4/+10
2011-06-15smc91c111: qdevify resetJuha Riihimäki1-5/+4
2011-06-15Merge branch 'cocoa-for-upstream' of git://repo.or.cz/qemu/afaerberBlue Swirl10-18/+53
2011-06-15Command line support for altering the log file locationMatthew Fernandez7-54/+114
2011-06-15Merge remote-tracking branch 'alon/pull-libcacard-1' into stagingAnthony Liguori0-0/+0
2011-06-15Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori0-0/+0
2011-06-15Merge remote-tracking branch 'kraxel/usb.16' into stagingAnthony Liguori12-546/+990
2011-06-15Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori16-73/+423
2011-06-15Allow nested qemu_bh_poll() after BH deletionKevin Wolf1-2/+3
2011-06-15ide: Clear error_status after restarting flushKevin Wolf1-7/+11
2011-06-15ide: add TRIM supportChristoph Hellwig5-5/+124
2011-06-15ide: allow other dma comands than read and writeChristoph Hellwig4-17/+33
2011-06-15make dma_bdrv_io available to driversChristoph Hellwig2-13/+18
2011-06-15ide: Add forgotten VMSTATE_END_OF_LIST in subsectionKevin Wolf1-0/+1
2011-06-15ide: Fix ide_drive_pio_state_needed()Kevin Wolf1-1/+2
2011-06-15ide: Split error status from status registerKevin Wolf4-8/+105
2011-06-15qcow2: Fix in-flight list after qcow2_cache_put failureKevin Wolf1-4/+8
2011-06-15Replaced tabs with spaces in block.h and block_int.hDevin Nakamura2-5/+5
2011-06-15vdi: Avoid direct AIO callbackKevin Wolf1-5/+36
2011-06-14qcow: Avoid direct AIO callbackKevin Wolf1-2/+56
2011-06-14qcow2: Avoid direct AIO callbackKevin Wolf1-9/+30
2011-06-14kvm: Enable CPU SMEP featureYang, Wei Y1-0/+13
2011-06-14kvm: Add CPUID support for VIA CPUbrillywu@viatech.com.cn3-3/+74
2011-06-14usb-ccid: Plug memory leak on qdev exit()Markus Armbruster1-20/+8
2011-06-14libcacard: add libcacard.la targetAlon Levy5-6/+74
2011-06-14configure: add libdir and --libdirAlon Levy1-0/+5
2011-06-14usb-uhci: fix expire time initialization.Gerd Hoffmann1-2/+2
2011-06-14hw/usb-ohci.c: Implement remote wakeupPeter Maydell1-0/+17
2011-06-14hw/usb-ohci.c: Ignore writes to HcPeriodCurrentED registerPeter Maydell1-0/+4
2011-06-14usb: Use defines for serial bus release number register for EHCIBrad Hards1-1/+1
2011-06-14usb: Use defines for serial bus release number register for UHCIBrad Hards1-1/+1
2011-06-14usb: Add defines for USB Serial Bus Release Number registerBrad Hards1-0/+6
2011-06-14usb-bus: Don't detach non attached devices on device exitHans de Goede1-1/+3
2011-06-14usb-bus: Add knowledge of USB_SPEED_SUPER to usb_speed helperHans de Goede1-0/+1
2011-06-14usb-linux: Enlarge buffer for descriptors to 8192 bytesHans de Goede1-1/+1
2011-06-14usb: don't call usb_host_device_open from vl.cGerd Hoffmann1-1/+5
2011-06-14usb-linux: only cleanup in host_close when host_open was successful.Gerd Hoffmann1-4/+4
2011-06-14usb-linux: Don't try to open the same device twiceHans de Goede1-0/+1
2011-06-14usb-linux: Ensure devep != 0Hans de Goede1-0/+5