aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable OMAP2 combined-io-entries hack now that more regions are allowed.balrog2008-07-161-1/+1
* e1000: only use TSE if enabled for current packet (Anthony Xu). balrog2008-07-161-19/+32
* Fix a bunch of type mismatch-related warnings (Jan Kiszka).balrog2008-07-167-21/+23
* Flushw can generate exceptions, so save PC & NPCblueswir12008-07-161-0/+1
* Remove unintended dereference, kills a warning (Jan Kiszka).balrog2008-07-161-2/+2
* Properly byte-swap values in VMware SVGA (malc).balrog2008-07-161-12/+19
* Make Bochs VBE work with VMWare SVGA (malc).balrog2008-07-161-0/+6
* Don't overwrite VMwareSVGA's memory region start addresses (malc).balrog2008-07-161-8/+0
* Initialize the VMware VGA console after vga_init (Alexander Graf).balrog2008-07-161-5/+5
* Add idpromblueswir12008-07-151-7/+11
* Really fix casblueswir12008-07-151-6/+5
* Terminate TB immediately after v7-M exception return.pbrook2008-07-111-0/+2
* Link ARM prologue closer to code segment to avoid a build failureblueswir12008-07-102-1/+14
* Fix coprocessor register types.pbrook2008-07-101-13/+13
* Restore old value of buffer_sizemalc2008-07-091-0/+1
* Warn about rejected buffer/period size/time when it was specified by the usermalc2008-07-091-2/+7
* Call proper function when trying to set period sizemalc2008-07-091-2/+4
* Avoid decremented overflow.pbrook2008-07-091-1/+1
* Use temporary registers for the MIPS FPU emulation.ths2008-07-095-984/+1849
* Fix typomalc2008-07-081-1/+1
* Fix r4641 (invalid token "=<" in a preprocessor expression)blueswir12008-07-081-1/+1
* Implement some Ultrasparc cache ASIs used by SILOblueswir12008-07-081-0/+20
* Eliminate spurous screen updates.pbrook2008-07-072-102/+106
* fix cvtsq2s[sd] (Juergen Lock)bellard2008-07-071-2/+6
* 64 bit signed comparison fix (Juergen Lock)bellard2008-07-071-4/+4
* Fix 64 bit constant generationblueswir12008-07-071-4/+6
* Improve jp106 keyboard support, by Akio Takebe.ths2008-07-072-2/+6
* Fix typo in comment.ths2008-07-051-1/+1
* Change MIPS machine default to Malta.ths2008-07-051-2/+2
* Re-add static qualifier. Fix annother occurance of "const static".pbrook2008-07-052-2/+2
* Remove staticmalc2008-07-051-1/+1
* Remove >= asserts on unsigned inputsmalc2008-07-051-3/+0
* Avoid signedness warningsmalc2008-07-051-14/+12
* Add missing returnmalc2008-07-041-0/+1
* Fuse EQ and NE handling in tcg_out_brcond2malc2008-07-031-7/+4
* Avoid compiler warning.ths2008-07-031-1/+1
* Fix parse_long_name, by Tristan Gingold.ths2008-07-031-0/+1
* Clarified filename handling, by Johannes Schindelin.ths2008-07-031-1/+6
* Mask LL portion of B to 24 bits in tcg_out_b (Thanks to Thiemo Seufer)malc2008-07-031-1/+1
* Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths2008-07-039-19/+19
* Silence compiler warning.ths2008-07-031-0/+2
* Allow QEMU to connect directly to an NBD server, by Laurent Vivier.ths2008-07-039-76/+412
* Allow to share a disk image via nbd, by Laurent Vivier.ths2008-07-032-21/+77
* Add a parameter to disable host cache, by Laurent Vivier.ths2008-07-036-24/+40
* Fix typomalc2008-07-031-1/+1
* Merge NBD client/server, by Laurent Vivier.ths2008-07-034-11/+213
* Bail out if -append or -initrd is specified without -kernel, byths2008-07-031-0/+10
* Fix constant truncation, spotted by Jindrich Makovicka.ths2008-07-031-3/+3
* Fix ATAPI read drive structure command, by Alex Williamson.ths2008-07-031-39/+144
* Remove stray local "speedup" hackmalc2008-07-021-1/+0