summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-20Use a QEMUBH when an OMAP timer must expire immediately.balrog1-10/+14
2008-09-20Add a comment about masking of CTI interrupt in 16550A UART.balrog1-0/+3
2008-09-20Allow attaching devices to OMAP UARTs.balrog3-4/+17
2008-09-18Update OpenBIOS images to SVN r237.blueswir13-1/+1
2008-09-18Add Sparc32 display depth to firmware configurationblueswir11-0/+2
2008-09-18Add common keys to firmware configurationblueswir15-19/+77
2008-09-18Add UUID to firmware configuration info (Gleb Natapov)blueswir12-0/+3
2008-09-18Add "info uuid" command to monitor (Gleb Natapov)blueswir11-0/+11
2008-09-18Add -uuid command line option (Gleb Natapov)blueswir12-0/+31
2008-09-18Key/value based qemu<->guest firmware communication mechanism (Gleb Natapov)blueswir16-0/+344
2008-09-18target-alpha: switch most load/store ops to TCGaurel322-27/+128
2008-09-18target-alpha: convert remaining arith3 functions to TCGaurel327-146/+87
2008-09-18Use TCG registers for most CPU register accesses.ths1-17/+52
2008-09-18Move the active FPU registers into env again, and use more TCG registersths7-322/+338
2008-09-18target-alpha: fix one more literal sign issueaurel321-1/+1
2008-09-18target-alpha: instruction decoding simplificationaurel321-234/+134
2008-09-18target-alpha: convert cmp* instructions to TCGaurel322-50/+37
2008-09-18alpha: fix a missing literal sign issueaurel321-4/+4
2008-09-18target-alpha: switch a few helpers to TCGaurel326-67/+41
2008-09-17target-alpha: convert byte manipulation instructions to TCGaurel325-266/+167
2008-09-17alpha: convert cmov and bcond to TCGaurel323-115/+69
2008-09-17alpha: improve testsuiteaurel322-3/+9
2008-09-17[PATCH] alpha: fix linux syscall conventionaurel321-4/+5
2008-09-17[PATCH] usb-serial: Fix data corruption with usb serial emulationaurel321-4/+2
2008-09-17Enable ld flag --warn-commonblueswir11-0/+4
2008-09-17Fix warnings that would be caused by ld flag --warn-commonblueswir14-2/+6
2008-09-1716550A UART: RHR irq enable bit also masks the Rx timeout irq.balrog1-1/+1
2008-09-16target-alpha: small optimizationsaurel321-2/+2
2008-09-16target-alpha: fix TCG register namesaurel321-2/+2
2008-09-16target-alpha: convert some arith3 instructions to TCGaurel322-173/+408
2008-09-16target-alpha: convert arith2 instructions to TCGaurel325-76/+64
2008-09-16Move offsetof to osdep.h, remove local defintions.balrog5-18/+7
2008-09-16block-raw is not a protocolaliguori2-2/+0
2008-09-15Fix range in the hid report descriptor for USB tablet.balrog1-2/+2
2008-09-15Make sure to define fd_open when not on Linuxaliguori1-0/+5
2008-09-15WMVi extension support (Stefano Stabellini)aliguori1-64/+91
2008-09-15vnc dynamic resolution (Stefano Stabellini)aliguori2-53/+177
2008-09-15Right now, kvm keeps the memory allocation split, so we canaliguori1-4/+16
2008-09-15Make page_find() return 0 for too-large addresses (Eduardo Habkost)aliguori1-6/+16
2008-09-15Use common objects for qemu-img and qemu-nbdaliguori11-177/+212
2008-09-15Define a few structures instead of including a file, add "static"blueswir11-2/+20
2008-09-15SH4: Privilege check for instructionsaurel322-25/+47
2008-09-15qemu sh4 nptl supportaurel324-1/+12
2008-09-15sh4: doesn't set the cpu_model_straurel321-0/+1
2008-09-15SH4: Serial controller improvementaurel321-5/+79
2008-09-15SH4: sleep instruction bug fixaurel323-3/+4
2008-09-14Fix array subscript above array bounds errorblueswir11-1/+1
2008-09-14ppc: Convert op_andi to TCGaurel322-54/+11
2008-09-14ppc: Convert ctr, lr moves to TCGaurel323-28/+12
2008-09-14alpha: add testsaurel324-0/+144