aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '4c0960c0c483fffc5f8e1dab169d946ac295bf44' into upstream-mergeAvi Kivity2009-08-301-3/+3
|\
| * kvm: Simplify cpu_synchronize_state()Avi Kivity2009-08-271-3/+3
* | Merge commit '4dd75c702c96ec84db4efe24fcc80a4d7bb32df2' into upstream-mergeAvi Kivity2009-08-241-0/+1
|\|
| * cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd2009-08-241-0/+1
* | Merge commit '1452411b25fb207e7f442e5a5128f34b4939d31c' into upstream-mergeAvi Kivity2009-08-247-463/+454
|\|
| * Replace REGX with PRIx64Blue Swirl2009-08-163-5/+4
| * Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl2009-08-165-174/+173
| * Replace always_inline with inlineBlue Swirl2009-08-166-285/+278
* | Merge branch 'master' of git://git.sv.gnu.org/qemuAvi Kivity2009-08-045-33/+85
|\|
| * target-ppc: add exceptions for conditional storesNathan Froyd2009-08-032-20/+56
| * target-ppc: retain l{w,d}arx loaded valueNathan Froyd2009-08-035-10/+17
| * target-ppc: add cpu_set_tlsNathan Froyd2009-08-031-0/+11
| * target-ppc: fix cpu_clone_regsNathan Froyd2009-08-031-3/+1
* | Merge commit 'eb82284f180196f911fd70ebf0cddfbfdf5af3e3' into upstream-mergeAvi Kivity2009-07-294-20/+20
|\|
| * rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-273-19/+19
| * Rename HAVE_FDT to CONFIG_FDT and define it also in MakefileJuan Quintela2009-07-271-1/+1
* | Merge commit '452e475196a3f8b6b96d16bbaca727ebc1278a97' into upstream-mergeAvi Kivity2009-07-282-12/+26
|\|
| * Use correct input constantAlexander Graf2009-07-221-1/+9
| * Set PVR in sregsAlexander Graf2009-07-221-1/+7
| * Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-10/+10
* | Merge commit '0ba99fc6a188988f11361cb41eba7c1afce346d4' into upstream-mergeAvi Kivity2009-07-287-14/+7
|\|
| * Update to a hopefully more future proof FSF addressBlue Swirl2009-07-167-14/+7
* | Merge commit '9538749118d47dfcd3ed45804736027d87ec054e' into upstream-mergeAvi Kivity2009-07-282-11/+19
|\|
| * target-ppc: enable PPC_MFTB for 44xBaojun Wang2009-07-131-6/+6
| * ppc tcg: fix wrong bit/mask of wrteeiBaojun Wang2009-07-131-2/+2
| * target-ppc: fix evmergelo and evmergelohiNathan Froyd2009-07-121-3/+11
* | Fix ppc-softmmu kvm-disabled buildAnthony Liguori2009-06-282-0/+2
* | Merge branch 'master' of git://git.sv.gnu.org/qemu into upstream-mergeAvi Kivity2009-06-251-1/+7
|\|
| * target-ppc: permit linux-user to read PVRNathan Froyd2009-06-231-1/+7
* | Merge commit '4a24470497360d8b77568b83008d0e9d6eb0787d' into upstream-mergeAvi Kivity2009-06-251-0/+6
|\|
| * Apply TCGV_UNUSED on variables that GCC mistakenly thinks can be usedmalc2009-06-201-0/+6
* | Merge commit '15a1956af94e36105494f782a752698103addf63' into upstream-mergeAvi Kivity2009-06-252-328/+1194
|\|
| * Replace ELF section hack with normal tableBlue Swirl2009-06-172-898/+858
| * Concentrate rest of table entries to topBlue Swirl2009-06-171-107/+610
| * Concentrate most table entries to topBlue Swirl2009-06-171-422/+291
| * Clean up GEN_HANDLER2Blue Swirl2009-06-171-37/+110
| * Clean up GEN_HANDLERBlue Swirl2009-06-171-233/+694
* | Merge branch 'master' of git://git.sv.gnu.org/qemuAvi Kivity2009-06-161-1/+15
|\|
| * Fix mingw32 build warningsBlue Swirl2009-06-131-1/+15
* | Fold libkvm-common.h into libkvm-all.hGlauber Costa2009-06-111-1/+1
* | Do not use cpu_index in interface between libkvm and qemuGleb Natapov2009-06-041-7/+9
* | Merge branch 'master' of git://git.sv.gnu.org/qemuAvi Kivity2009-05-251-0/+5
|\|
| * kvm: Add missing bits to support live migrationJan Kiszka2009-05-221-0/+5
* | Copy libkvm into the qemu directory structureAvi Kivity2009-05-212-0/+136
* | Merge branch 'master' of git://git.sv.gnu.org/qemuAvi Kivity2009-05-211-11/+0
|\|
| * Convert machine registration to use module init functionsAnthony Liguori2009-05-211-11/+0
* | Merge branch 'master' of git://git.sv.gnu.org/qemuAvi Kivity2009-05-205-141/+141
|\|
| * Hardware convenience libraryPaul Brook2009-05-191-1/+0
| * target-ppc: expose cpu capability flagsNathan Froyd2009-05-163-138/+140
| * Include assert.h from qemu-common.hPaul Brook2009-05-131-1/+0