Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-07-03 | Fix constant truncation, spotted by Jindrich Makovicka. | ths | 1 | -3/+3 |
2008-07-03 | Fix ATAPI read drive structure command, by Alex Williamson. | ths | 1 | -39/+144 |
2008-07-02 | Remove stray local "speedup" hack | malc | 1 | -1/+0 |
2008-07-02 | Cleanup qemu-nbd related code, by Laurent Vivier. | ths | 3 | -3/+9 |
2008-07-02 | Add -MT | malc | 1 | -1/+1 |
2008-07-02 | Pulseaudio driver | malc | 5 | -1/+532 |
2008-07-02 | Fix test arguments (Jeremy C. Reed) | malc | 1 | -1/+1 |
2008-07-02 | Add NULL argument to SNDCTL_DSP_NONBLOCK ioctl call | malc | 1 | -1/+1 |
2008-07-02 | Save/restore for stellaris boards. | pbrook | 12 | -14/+761 |
2008-07-02 | ARMv7-M interrupt stack alignment fix. | pbrook | 1 | -1/+1 |
2008-07-02 | Fix NetBSD keyboard problem | blueswir1 | 1 | -2/+1 |
2008-07-02 | Add rigid and flexible disk geometry page support | blueswir1 | 1 | -1/+70 |
2008-07-01 | Fix i2c save/restore. | pbrook | 3 | -27/+33 |
2008-07-01 | Fix typo. | pbrook | 1 | -1/+1 |
2008-07-01 | Remove duplicate device index calculations. | pbrook | 12 | -44/+21 |
2008-07-01 | Move interrupt_request and user_mode_only to common cpu state. | pbrook | 12 | -28/+38 |
2008-07-01 | Fix DMA length bug seen with NetBSD (Cliff Wright) | blueswir1 | 1 | -2/+2 |
2008-07-01 | block-vvfat.c - fix is_free predicate, by Tristan Gingold. | ths | 1 | -2/+1 |
2008-07-01 | Add missing return in arm-semi, by Laurent Desnogues. | ths | 1 | -0/+1 |
2008-07-01 | Static'ify some functions, and use standard inline in translate.c. | ths | 1 | -22/+22 |
2008-07-01 | Implement resolution switching in common console code. | pbrook | 20 | -91/+109 |
2008-07-01 | Delete duplicate code. | ths | 1 | -3/+0 |
2008-06-30 | Fix rdtsc instruction counting. | pbrook | 1 | -0/+6 |
2008-06-30 | Spelling fixes, spotted by Stuart Brady. | ths | 9 | -18/+18 |
2008-06-30 | Move CPU save/load registration to common code. | pbrook | 23 | -25/+21 |
2008-06-30 | CRIS: Correct writes to TLB hi. | edgar_igl | 1 | -2/+2 |
2008-06-30 | Avoid refering to CRIS specific cpu-state to be able to use these blocks with... | edgar_igl | 4 | -32/+26 |
2008-06-30 | Make bcond and btarget TCG registers. | ths | 1 | -73/+43 |
2008-06-30 | Avoid CRIS related warnings by Jan Kiszka. | edgar_igl | 5 | -37/+50 |
2008-06-29 | Suppress bogus compiler warnings. | pbrook | 2 | -0/+14 |
2008-06-29 | Remove unnecessary helper arguments, and fix some typos. | ths | 3 | -21/+31 |
2008-06-29 | Add missing static qualifiers. | pbrook | 3 | -4/+4 |
2008-06-29 | Add missing file. Fix spelling errors. | pbrook | 4 | -3/+58 |
2008-06-29 | Add instruction counter. | pbrook | 29 | -117/+830 |
2008-06-29 | Fix shell quoting. | pbrook | 1 | -2/+2 |