| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement some Ultrasparc cache ASIs used by SILO | blueswir1 | 2008-07-08 | 1 | -0/+20 |
* | Eliminate spurous screen updates. | pbrook | 2008-07-07 | 2 | -102/+106 |
* | fix cvtsq2s[sd] (Juergen Lock) | bellard | 2008-07-07 | 1 | -2/+6 |
* | 64 bit signed comparison fix (Juergen Lock) | bellard | 2008-07-07 | 1 | -4/+4 |
* | Fix 64 bit constant generation | blueswir1 | 2008-07-07 | 1 | -4/+6 |
* | Improve jp106 keyboard support, by Akio Takebe. | ths | 2008-07-07 | 2 | -2/+6 |
* | Fix typo in comment. | ths | 2008-07-05 | 1 | -1/+1 |
* | Change MIPS machine default to Malta. | ths | 2008-07-05 | 1 | -2/+2 |
* | Re-add static qualifier. Fix annother occurance of "const static". | pbrook | 2008-07-05 | 2 | -2/+2 |
* | Remove static | malc | 2008-07-05 | 1 | -1/+1 |
* | Remove >= asserts on unsigned inputs | malc | 2008-07-05 | 1 | -3/+0 |
* | Avoid signedness warnings | malc | 2008-07-05 | 1 | -14/+12 |
* | Add missing return | malc | 2008-07-04 | 1 | -0/+1 |
* | Fuse EQ and NE handling in tcg_out_brcond2 | malc | 2008-07-03 | 1 | -7/+4 |
* | Avoid compiler warning. | ths | 2008-07-03 | 1 | -1/+1 |
* | Fix parse_long_name, by Tristan Gingold. | ths | 2008-07-03 | 1 | -0/+1 |
* | Clarified filename handling, by Johannes Schindelin. | ths | 2008-07-03 | 1 | -1/+6 |
* | Mask LL portion of B to 24 bits in tcg_out_b (Thanks to Thiemo Seufer) | malc | 2008-07-03 | 1 | -1/+1 |
* | Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. | ths | 2008-07-03 | 9 | -19/+19 |
* | Silence compiler warning. | ths | 2008-07-03 | 1 | -0/+2 |
* | Allow QEMU to connect directly to an NBD server, by Laurent Vivier. | ths | 2008-07-03 | 9 | -76/+412 |
* | Allow to share a disk image via nbd, by Laurent Vivier. | ths | 2008-07-03 | 2 | -21/+77 |
* | Add a parameter to disable host cache, by Laurent Vivier. | ths | 2008-07-03 | 6 | -24/+40 |
* | Fix typo | malc | 2008-07-03 | 1 | -1/+1 |
* | Merge NBD client/server, by Laurent Vivier. | ths | 2008-07-03 | 4 | -11/+213 |
* | Bail out if -append or -initrd is specified without -kernel, by | ths | 2008-07-03 | 1 | -0/+10 |
* | Fix constant truncation, spotted by Jindrich Makovicka. | ths | 2008-07-03 | 1 | -3/+3 |
* | Fix ATAPI read drive structure command, by Alex Williamson. | ths | 2008-07-03 | 1 | -39/+144 |
* | Remove stray local "speedup" hack | malc | 2008-07-02 | 1 | -1/+0 |
* | Cleanup qemu-nbd related code, by Laurent Vivier. | ths | 2008-07-02 | 3 | -3/+9 |
* | Add -MT | malc | 2008-07-02 | 1 | -1/+1 |
* | Pulseaudio driver | malc | 2008-07-02 | 5 | -1/+532 |
* | Fix test arguments (Jeremy C. Reed) | malc | 2008-07-02 | 1 | -1/+1 |
* | Add NULL argument to SNDCTL_DSP_NONBLOCK ioctl call | malc | 2008-07-02 | 1 | -1/+1 |
* | Save/restore for stellaris boards. | pbrook | 2008-07-02 | 12 | -14/+761 |
* | ARMv7-M interrupt stack alignment fix. | pbrook | 2008-07-02 | 1 | -1/+1 |
* | Fix NetBSD keyboard problem | blueswir1 | 2008-07-02 | 1 | -2/+1 |
* | Add rigid and flexible disk geometry page support | blueswir1 | 2008-07-02 | 1 | -1/+70 |
* | Fix i2c save/restore. | pbrook | 2008-07-01 | 3 | -27/+33 |
* | Fix typo. | pbrook | 2008-07-01 | 1 | -1/+1 |
* | Remove duplicate device index calculations. | pbrook | 2008-07-01 | 12 | -44/+21 |
* | Move interrupt_request and user_mode_only to common cpu state. | pbrook | 2008-07-01 | 12 | -28/+38 |
* | Fix DMA length bug seen with NetBSD (Cliff Wright) | blueswir1 | 2008-07-01 | 1 | -2/+2 |
* | block-vvfat.c - fix is_free predicate, by Tristan Gingold. | ths | 2008-07-01 | 1 | -2/+1 |
* | Add missing return in arm-semi, by Laurent Desnogues. | ths | 2008-07-01 | 1 | -0/+1 |
* | Static'ify some functions, and use standard inline in translate.c. | ths | 2008-07-01 | 1 | -22/+22 |
* | Implement resolution switching in common console code. | pbrook | 2008-07-01 | 20 | -91/+109 |
* | Delete duplicate code. | ths | 2008-07-01 | 1 | -3/+0 |
* | Fix rdtsc instruction counting. | pbrook | 2008-06-30 | 1 | -0/+6 |
* | Spelling fixes, spotted by Stuart Brady. | ths | 2008-06-30 | 9 | -18/+18 |