Age | Commit message (Expand) | Author | Files | Lines |
2008-07-17 | Support for address masking | blueswir1 | 3 | -33/+58 |
2008-07-16 | Fix MMU registers, add more E-cache ASIs | blueswir1 | 1 | -10/+64 |
2008-07-16 | Fix MMU miss traps | blueswir1 | 2 | -4/+4 |
2008-07-16 | Disable OMAP2 combined-io-entries hack now that more regions are allowed. | balrog | 1 | -1/+1 |
2008-07-16 | e1000: only use TSE if enabled for current packet (Anthony Xu). | balrog | 1 | -19/+32 |
2008-07-16 | Fix a bunch of type mismatch-related warnings (Jan Kiszka). | balrog | 7 | -21/+23 |
2008-07-16 | Flushw can generate exceptions, so save PC & NPC | blueswir1 | 1 | -0/+1 |
2008-07-16 | Remove unintended dereference, kills a warning (Jan Kiszka). | balrog | 1 | -2/+2 |
2008-07-16 | Properly byte-swap values in VMware SVGA (malc). | balrog | 1 | -12/+19 |
2008-07-16 | Make Bochs VBE work with VMWare SVGA (malc). | balrog | 1 | -0/+6 |
2008-07-16 | Don't overwrite VMwareSVGA's memory region start addresses (malc). | balrog | 1 | -8/+0 |
2008-07-16 | Initialize the VMware VGA console after vga_init (Alexander Graf). | balrog | 1 | -5/+5 |
2008-07-15 | Add idprom | blueswir1 | 1 | -7/+11 |
2008-07-15 | Really fix cas | blueswir1 | 1 | -6/+5 |
2008-07-11 | Terminate TB immediately after v7-M exception return. | pbrook | 1 | -0/+2 |
2008-07-10 | Link ARM prologue closer to code segment to avoid a build failure | blueswir1 | 2 | -1/+14 |
2008-07-10 | Fix coprocessor register types. | pbrook | 1 | -13/+13 |
2008-07-09 | Restore old value of buffer_size | malc | 1 | -0/+1 |
2008-07-09 | Warn about rejected buffer/period size/time when it was specified by the user | malc | 1 | -2/+7 |
2008-07-09 | Call proper function when trying to set period size | malc | 1 | -2/+4 |
2008-07-09 | Avoid decremented overflow. | pbrook | 1 | -1/+1 |
2008-07-09 | Use temporary registers for the MIPS FPU emulation. | ths | 5 | -984/+1849 |
2008-07-08 | Fix typo | malc | 1 | -1/+1 |
2008-07-08 | Fix r4641 (invalid token "=<" in a preprocessor expression) | blueswir1 | 1 | -1/+1 |
2008-07-08 | Implement some Ultrasparc cache ASIs used by SILO | blueswir1 | 1 | -0/+20 |
2008-07-07 | Eliminate spurous screen updates. | pbrook | 2 | -102/+106 |
2008-07-07 | fix cvtsq2s[sd] (Juergen Lock) | bellard | 1 | -2/+6 |
2008-07-07 | 64 bit signed comparison fix (Juergen Lock) | bellard | 1 | -4/+4 |
2008-07-07 | Fix 64 bit constant generation | blueswir1 | 1 | -4/+6 |
2008-07-07 | Improve jp106 keyboard support, by Akio Takebe. | ths | 2 | -2/+6 |
2008-07-05 | Fix typo in comment. | ths | 1 | -1/+1 |
2008-07-05 | Change MIPS machine default to Malta. | ths | 1 | -2/+2 |
2008-07-05 | Re-add static qualifier. Fix annother occurance of "const static". | pbrook | 2 | -2/+2 |
2008-07-05 | Remove static | malc | 1 | -1/+1 |
2008-07-05 | Remove >= asserts on unsigned inputs | malc | 1 | -3/+0 |
2008-07-05 | Avoid signedness warnings | malc | 1 | -14/+12 |
2008-07-04 | Add missing return | malc | 1 | -0/+1 |
2008-07-03 | Fuse EQ and NE handling in tcg_out_brcond2 | malc | 1 | -7/+4 |
2008-07-03 | Avoid compiler warning. | ths | 1 | -1/+1 |
2008-07-03 | Fix parse_long_name, by Tristan Gingold. | ths | 1 | -0/+1 |
2008-07-03 | Clarified filename handling, by Johannes Schindelin. | ths | 1 | -1/+6 |
2008-07-03 | Mask LL portion of B to 24 bits in tcg_out_b (Thanks to Thiemo Seufer) | malc | 1 | -1/+1 |
2008-07-03 | Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. | ths | 9 | -19/+19 |
2008-07-03 | Silence compiler warning. | ths | 1 | -0/+2 |
2008-07-03 | Allow QEMU to connect directly to an NBD server, by Laurent Vivier. | ths | 9 | -76/+412 |
2008-07-03 | Allow to share a disk image via nbd, by Laurent Vivier. | ths | 2 | -21/+77 |
2008-07-03 | Add a parameter to disable host cache, by Laurent Vivier. | ths | 6 | -24/+40 |
2008-07-03 | Fix typo | malc | 1 | -1/+1 |
2008-07-03 | Merge NBD client/server, by Laurent Vivier. | ths | 4 | -11/+213 |
2008-07-03 | Bail out if -append or -initrd is specified without -kernel, by | ths | 1 | -0/+10 |