summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix translation of unary PPC/SPE instructions (efdneg etc.).Mike Pall2010-12-311-18/+21
* target-sparc: fix udiv(cc) and sdiv(cc)Aurelien Jarno2010-12-283-18/+50
* Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno2010-12-2724-22/+2887
|\
| * vnc/spice: add set_passwd monitor command.Gerd Hoffmann2010-12-095-0/+251
| * vnc: support password expireGerd Hoffmann2010-12-094-0/+19
| * vnc: auth reject cleanupGerd Hoffmann2010-12-091-17/+13
| * spice: add qmp 'query-spice' and hmp 'info spice' commands.Gerd Hoffmann2010-12-094-0/+229
| * spice: connection events.Gerd Hoffmann2010-12-094-0/+152
| * spice: add qxl deviceGerd Hoffmann2010-12-0912-4/+2222
| * spice: add qxl vgabios binary.Gerd Hoffmann2010-12-092-1/+1
* | x86: Filter out garbage from segment flags dumpJan Kiszka2010-12-271-2/+2
* | Fix migrate set speed doc argLuiz Capitulino2010-12-271-1/+1
* | target-arm: correct cp15 c1_sys reset value for arm1136 and cortex-a9Juha Riihimäki2010-12-271-0/+2
* | target-arm: correct cp15 c1_sys reset value for cortex-a8Mattias Holm2010-12-271-0/+1
* | target-arm: fix vmsav6 access controlJuha Riihimäki2010-12-271-15/+19
* | target-arm: Correct result in saturating cases for VQSHL of s8/16/32Peter Maydell2010-12-271-3/+12
* | target-arm: remove pointless else clause in VQSHL of u64Juha Riihimäki2010-12-271-2/+0
* | target-arm: Fix VQSHL of signed 64 bit values by shift counts >= 64Peter Maydell2010-12-271-1/+1
* | target-arm: Fix VQSHL of signed 64 bit valuesJuha Riihimäki2010-12-271-1/+1
* | target-arm: Fix arguments passed to VQSHL helpersJuha Riihimäki2010-12-271-2/+2
* | target-arm: fix bug in translation of REVSHAurelien Jarno2010-12-271-7/+3
* | Fix a missing trailing newlineAurelien Jarno2010-12-271-1/+1
* | target-mips: fix host CPU consumption when guest is idleAurelien Jarno2010-12-273-8/+24
* | s390: compile fixesAlexander Graf2010-12-264-2/+5
* | target-mips: fix translation of MT instructionsNathan Froyd2010-12-223-28/+16
* | Use mmap() within code_gen_alloc() for OpenBSD.Brad2010-12-211-1/+2
* | Add OpenBSD to ifdef list since it has CLOCK_MONOTONIC.Brad2010-12-211-1/+2
* | Add support for OpenBSD to QEMU's tap driver.Brad2010-12-211-2/+6
* | tcg-arm: fix __clear_cache() warningAurelien Jarno2010-12-211-4/+2
* | qdev: sysbus_get_default must not return a NULL pointer (fix regression)Stefan Weil2010-12-211-4/+5
* | sparc32: ledma extra registers need tracing tooBob Breuer2010-12-201-3/+8
* | target-i386: Fix accidental use of SoftFloat uint64 typeAndreas Färber2010-12-201-4/+4
* | wdt_ib700: Fix accidental use of SoftFloat int64 typeAndreas Färber2010-12-201-1/+1
* | apic: Fix accidental use of SoftFloat uint32 typeAndreas Färber2010-12-201-1/+1
* | Avoid a warning from OpenBSD linkerBlue Swirl2010-12-191-2/+4
* | Sparc: implement monitor command 'info tlb'Blue Swirl2010-12-195-57/+66
* | ahci: delete write-only variables (v2)Blue Swirl2010-12-191-4/+1
* | vga: Declare as little endianBlue Swirl2010-12-191-25/+1
* | win32: Fix CRLF problem in make_device_config.shStefan Weil2010-12-181-1/+1
* | sparc32: ledma extra registersBob Breuer2010-12-182-8/+23
* | Fix warning on mingw32Blue Swirl2010-12-171-1/+2
* | ide: Build fix for via.cKevin Wolf2010-12-171-1/+1
* | ide: Fix build for cmd646.cKevin Wolf2010-12-171-2/+2
* | docs: Fix missing carets in QED specificationStefan Hajnoczi2010-12-171-2/+2
* | Add proper -errno error return values to qcow2_open()Jes Sorensen2010-12-171-18/+42
* | block/qcow2.c: rename qcow_ functions to qcow2_Jes Sorensen2010-12-173-98/+104
* | qed: Consistency check supportStefan Hajnoczi2010-12-173-3/+336
* | qed: Read/write supportStefan Hajnoczi2010-12-174-2/+663
* | qed: Table, L2 cache, and cluster functionsStefan Hajnoczi2010-12-178-2/+866
* | qed: Add QEMU Enhanced Disk image formatStefan Hajnoczi2010-12-174-0/+704
OpenPOWER on IntegriCloud