summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correct and update mips termbits.h.ths2007-09-231-12/+28
* Fix mips usermode emulation.ths2007-09-231-0/+3
* Add missing svm.h header, and add a Changelog entry.ths2007-09-232-0/+359
* SVM Support, by Alexander Graf.ths2007-09-239-15/+921
* Fix Caps lock and Num lock handlingblueswir12007-09-231-3/+26
* Add missing break statementsblueswir12007-09-231-0/+20
* Only build qemu-img with softmmu targets.pbrook2007-09-222-1/+6
* Fix breakage on big endian hosts (Aurelien Jarno)blueswir12007-09-221-1/+1
* Rework ASI instructions (Aurelien Jarno)blueswir12007-09-215-204/+727
* Improve keyboard handlingblueswir12007-09-211-3/+34
* Avoid compilation warnings on 32 bits hosts.j_mayer2007-09-211-1/+3
* Avoid compilation warnings on 64 bits hosts.j_mayer2007-09-212-6/+12
* More PowerPC definitions, from POWER 2.04 specifications and misc sources.j_mayer2007-09-215-345/+1109
* Rework PowerPC 440 TLB management (thanks to Hollis Blanchard)j_mayer2007-09-214-175/+110
* Make CPU hflags be a masked version of the PowerPC MSR.j_mayer2007-09-212-4/+5
* Extend TB flags to 64 bits (Alexander Graf).j_mayer2007-09-204-6/+7
* Change ldl_phys to cpu_physical_memory_read, fix pte addressblueswir12007-09-201-4/+6
* Fix tadd op generation with GCC 4.xblueswir12007-09-201-1/+4
* Detabifyblueswir12007-09-206-2212/+2212
* Make likely/unlikely accessible also in hw/.balrog2007-09-204-4/+12
* Use logfile only when loglevel is set (http://bugzilla.openmoko.org/cgi-bin/bugzbalrog2007-09-201-9/+6
* Move likely and unlikely macros in a common place (Aurelien Jarno).j_mayer2007-09-203-8/+3
* More PowerPC registers definitions.j_mayer2007-09-191-19/+44
* TARGET_FMT_lu may also be useful.j_mayer2007-09-193-2/+6
* Code provision for PowerPC BookE MMU model support.j_mayer2007-09-195-14/+365
* Improve PowerPC target implementation, using computed hflags as TB flags.j_mayer2007-09-191-2/+1
* Avoid Linux to stay stucked in an infinite loop when requesting a reboot.j_mayer2007-09-191-0/+6
* Code provision for PowerPC 64 MMU model support.j_mayer2007-09-191-65/+276
* More PowerPC target cleanups:j_mayer2007-09-192-38/+35
* Fix invalid MAP_xxx flags for PowerPC targets.j_mayer2007-09-181-0/+5
* Always keep the bootinfo structure in the first 16 MB,j_mayer2007-09-181-8/+12
* Fix PowerPC 32 emulation on 64 bits hosts:j_mayer2007-09-181-12/+20
* Prevent segfaulting when -clock is specified multiple times.balrog2007-09-171-1/+1
* Pass correct pointer to HID keyboard event handler, fixes regression from IDL...balrog2007-09-171-1/+1
* PowerPC flags update/use fixes:j_mayer2007-09-174-31/+41
* Coding style fixes in PowerPC related code (no functional change):j_mayer2007-09-1713-267/+274
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-17173-1557/+1557
* Solaris x86_64 configure patch, by Ben Taylor.ths2007-09-161-0/+16
* vmdk compatibility level 6 images, by Soren Hansen.ths2007-09-166-26/+43
* Add some missing checks for host syscalls.ths2007-09-161-5/+7
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-16327-4737/+4736
* Add a local copy of hpet.h.ths2007-09-162-1/+28
* Use UINT64_MAX instead of ULONG_LONG_MAX, suggested by Andreas Schwab.ths2007-09-161-1/+1
* Less magic constants, by Filip Navara.ths2007-09-141-4/+5
* Fix infinite loop in VNC support, by Marc Bevand.ths2007-09-131-2/+5
* Emulate spinning floppy disk, by Jan Jezabek.ths2007-09-131-0/+8
* Move network related includes to vl.c to help SLIRP-less builds.ths2007-09-132-9/+5
* Enhance raw io reliability, by Ben Guthro.ths2007-09-131-2/+70
* Allow more IDE power management, by Ben Guthro.ths2007-09-131-2/+8
* Stop the compiler from using section anchors.ths2007-09-131-0/+1
OpenPOWER on IntegriCloud