summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-13tcg: allow bswap16_i32 to be implemented by TCG backendsaurel321-0/+3
2009-03-13tcg: rename bswap_i32/i64 functionsaurel3213-47/+47
2009-03-13Fix regression introduced by r6824aliguori2-2/+15
2009-03-12From 67e94ae77f8de4d5d822917f1723cefa7ebfb64d Mon Sep 17 00:00:00 2001aliguori4-224/+279
2009-03-12monitor: sync from kvm state before generating output (Jan Kiszka)aliguori1-0/+2
2009-03-12Guest debugging support for KVM (Jan Kiszka)aliguori6-10/+446
2009-03-12Drop internal bdrv_pread()/bdrv_pwrite() APIs (Avi Kivity)aliguori4-89/+34
2009-03-12Add internal scsi generic block API (Avi Kivity)aliguori3-4/+44
2009-03-12Add specialized block driver scsi generic API (Avi Kivity)aliguori3-17/+52
2009-03-11Revert r6404aliguori1-34/+0
2009-03-11Revert r6405aliguori2-2/+0
2009-03-11Revert r6406aliguori1-6/+1
2009-03-11Revert r6407aliguori3-32/+10
2009-03-11Revert r6408aliguori1-4/+0
2009-03-11tcg: move {not,neg}_i{32,64} definitions at the right placeaurel321-7/+7
2009-03-11tcg: fix commit r6805aurel321-18/+6
2009-03-10Clean build: Add bt-host.haurel324-3/+11
2009-03-10tcg-arm: fix qemu_ld64aurel321-2/+7
2009-03-10tcg: update TODOaurel321-2/+1
2009-03-10tcg/x86: add not/neg/extu/bswap/rot i32 opsaurel322-1/+48
2009-03-10tcg: optimize logical operationsaurel321-50/+60
2009-03-10target-ppc: fix commit r6789aurel321-2/+2
2009-03-10musicpal: Reorganize IO memory handling (Jan Kiszka)malc1-50/+139
2009-03-10Fix tcg after commit 6800aurel322-3/+4
2009-03-10target-mips: use nor instead of or + notaurel321-2/+1
2009-03-10tcg: use TCGV_EQUAL_I{32,64}aurel321-11/+11
2009-03-10tcg: define TCGV_EQUAL_I{32,64}aurel321-0/+3
2009-03-09tcg: optimize nor(X, Y, Y), used on PPC for not(X, Y)aurel321-10/+18
2009-03-09Implement TCG not ops for x86-64aurel324-0/+26
2009-03-09tcg: don't define TCG rotation ops if they are not supportedaurel321-0/+4
2009-03-09Implement TCG rotation ops for x86-64aurel324-4/+56
2009-03-09target-mips: optimize mflo and mfhiaurel321-13/+12
2009-03-09targe-ppc: optimize mfcr and mtcrfaurel323-30/+26
2009-03-09fread_targphys(): Do not cut off the tail.blueswir11-1/+2
2009-03-09configure sensitive to user localeblueswir11-1/+1
2009-03-09target-ppc: free a tcg temp variableaurel321-0/+1
2009-03-09target-ppc: add support for reading/writing spefscraurel321-8/+23
2009-03-08qemu-img: fix help messageaurel321-2/+2
2009-03-08qemu-img: accept sizes with decimal valuesaurel321-4/+5
2009-03-08Call Perl directly instead of relying on shebangblueswir11-3/+3
2009-03-08Multi-key completion for sendkeyblueswir11-0/+3
2009-03-08Fix windows build and clean up use of <windows.h>aliguori14-13/+13
2009-03-08Rename one more _BSD to HOST_BSD (spotted by Hasso Tepper)blueswir11-1/+1
2009-03-08Remove unnecessary prefix on SDL_syswm.h. This fixes the build for certainaliguori1-1/+1
2009-03-08Prune unused TCG_AREGsblueswir17-9/+0
2009-03-08Prune unused AREGsblueswir12-79/+0
2009-03-08Use firmware configuration instead of NVRAM (initial patch by Aurelien Jarno)blueswir110-261/+112
2009-03-08Add new entries to firmware configuration deviceblueswir11-0/+6
2009-03-08Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir111-21/+22
2009-03-08target-mips: remove dead codeaurel321-34/+0