summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-06spice: require spice 0.6.0 or newer.Gerd Hoffmann2-9/+1
2011-06-06qemu-config: comment spell fixGerd Hoffmann1-3/+3
2011-06-06spice: add SASL supportMarc-André Lureau3-0/+28
2011-06-06qxl: add to the list of devices which disable the default vgaGerd Hoffmann1-0/+1
2011-06-06spice: add option for disabling copy paste supportHans de Goede3-0/+12
2011-06-06spice-qemu-char: Fix flow control in client -> guest directionHans de Goede1-6/+5
2011-06-05scsi: fix tracing of scsi requests with simple backendPaolo Bonzini2-2/+7
2011-06-03configure: check for -Wendif-labels supportMike Frysinger1-2/+2
2011-06-03virtio-9p: Remove statement without effect (fix warning from cppcheck)Stefan Weil1-1/+0
2011-06-03exec: Implement qemu_ram_free_from_ptr()Alex Williamson2-0/+14
2011-06-03multiboot: set boot_device to first partitionArun Thomas1-1/+1
2011-06-03target-arm: BKPT instructions should raise prefetch aborts with IFSR type 00010Alex Zuepke1-0/+1
2011-06-03tcg: Fix unused-but-set-variable warningChristophe Fergeau1-2/+2
2011-06-03tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32/TCGv_i64Peter Maydell2-28/+50
2011-06-03tcg/tcg-op.h: Fix prototypes for ld/st functions on 64 bit hostsPeter Maydell1-11/+11
2011-06-03Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.Brad1-0/+4
2011-06-03target-arm: Fix compilation failure for 64 bit hostsPeter Maydell1-9/+9
2011-06-03Merge branch 's390-next' of git://repo.or.cz/qemu/agrafAurelien Jarno4-29/+35
2011-06-03Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno5-14/+13
2011-06-03softfloat: add float*_is_zero_or_denormal()Aurelien Jarno1-0/+15
2011-06-03target-i386: use floatx80 constants in helper_fld*_ST0()Aurelien Jarno1-19/+8
2011-06-03softfloat: always enable floatx80 and float128 supportAurelien Jarno4-118/+0
2011-06-03softfloat-native: removeAurelien Jarno6-1093/+2
2011-06-03target-i386: remove old code handling float64Aurelien Jarno5-411/+115
2011-06-03target-mips/gdbstub: remove old CONFIG_SOFTFLOAT #ifndefAurelien Jarno1-4/+0
2011-06-03target-ppc: remove old CONFIG_SOFTFLOAT #ifdefAurelien Jarno3-15/+0
2011-06-03s390x: implement lrvgrAlexander Graf1-0/+3
2011-06-03s390x: fix cksm instructionAlexander Graf1-20/+8
2011-06-03s390x: free tmp explicitly in every opcode for disas_a5()Alexander Graf1-1/+12
2011-06-03target-s390x: Add missing tcg_temp_free_i32()Stefan Weil1-0/+3
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x90Stefan Weil1-0/+1
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x8eStefan Weil1-0/+2
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in disas_b2()Stefan Weil1-0/+2
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in do_mh()Stefan Weil1-0/+1
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in gen_jcc()Stefan Weil1-0/+1
2011-06-03target-s390x: Fix duplicate call of tcg_temp_new_i64Stefan Weil1-1/+0
2011-06-03target-s390x: Fix wrong argument in call of tcg_gen_shl_i64()Stefan Weil1-2/+2
2011-06-03target-s390x: Fix build for non-linux hostsStefan Weil1-5/+0
2011-06-03s390x: update zipl romAlexander Graf1-0/+0
2011-06-03PPC: fix mpc8544ds pci default devicesAlexander Graf1-1/+1
2011-06-03Fix segfault on screendump with -nographicAlexander Graf1-1/+1
2011-06-03PPC: install mpc8544ds.dtbAlexander Graf1-0/+1
2011-06-03PPC: fix sregs usage on bookeAlexander Graf1-6/+4
2011-06-03ppc: Fix compilation for ppc64-softmmuStefan Weil1-6/+6
2011-06-01hw/9pfs: Don't crash when we get a request with not supported 9p operationAneesh Kumar K.V1-6/+11
2011-06-01[virtio-9p] Make rpath thread safeVenkateswararao Jujjuri (JV)7-92/+98
2011-06-01virtio-9p: Use relative includes for files in hwStefan Weil9-15/+14
2011-06-01virtio-9p: Move device specific code to virtio-9p-deviceAneesh Kumar K.V5-157/+179
2011-06-01virtio-9p: Move 9p device registration into virtio-9p.cAneesh Kumar K.V4-56/+84
2011-06-01virtio-9p: Don't link to 9p if virtio is not enabledAneesh Kumar K.V2-3/+25