Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename CPUState -> CPUArchState | Andreas Färber | 2012-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | Scripted conversion: for file in *.[hc] hw/*.[hc] hw/kvm/*.[hc] linux-user/*.[hc] linux-user/m68k/*.[hc] bsd-user/*.[hc] darwin-user/*.[hc] tcg/*/*.[hc] target-*/cpu.h; do sed -i "s/CPUState/CPUArchState/g" $file done All occurrences of CPUArchState are expected to be replaced by QOM CPUState, once all targets are QOM'ified and common fields have been extracted. Signed-off-by: Andreas Färber <afaerber@suse.de> Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> | ||||
* | Update to a hopefully more future proof FSF address | Blue Swirl | 2009-07-16 | 1 | -3/+1 |
| | | | | Signed-off-by: Blue Swirl <blauwirbel@gmail.com> | ||||
* | Fix more FSF addresses | blueswir1 | 2009-01-05 | 1 | -1/+2 |
| | | | | git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6192 c046a42c-6fe2-441c-8c8c-71466251a162 | ||||
* | Preliminary BSD user emulator support | blueswir1 | 2008-10-26 | 1 | -0/+39 |
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5544 c046a42c-6fe2-441c-8c8c-71466251a162 |