Age | Commit message (Expand) | Author | Files | Lines |
2007-09-26 | Add flags to support PowerPC 405 bootinfos variations. | j_mayer | 3 | -4/+6 |
2007-09-26 | Great rework and cleanups to ease PowerPC implementations definitions. | j_mayer | 1 | -2/+5 |
2007-09-25 | Timer start/stop implementation, by Aurelien Jarno. | ths | 1 | -5/+24 |
2007-09-25 | Move ECC calculation to a more appropriate place. | balrog | 1 | -0/+90 |
2007-09-24 | CPU boot mode | blueswir1 | 1 | -4/+5 |
2007-09-23 | Fix Caps lock and Num lock handling | blueswir1 | 1 | -3/+26 |
2007-09-22 | Fix breakage on big endian hosts (Aurelien Jarno) | blueswir1 | 1 | -1/+1 |
2007-09-21 | Improve keyboard handling | blueswir1 | 1 | -3/+34 |
2007-09-20 | Change ldl_phys to cpu_physical_memory_read, fix pte address | blueswir1 | 1 | -4/+6 |
2007-09-20 | Make likely/unlikely accessible also in hw/. | balrog | 1 | -3/+0 |
2007-09-19 | Avoid Linux to stay stucked in an infinite loop when requesting a reboot. | j_mayer | 1 | -0/+6 |
2007-09-18 | Always keep the bootinfo structure in the first 16 MB, | j_mayer | 1 | -8/+12 |
2007-09-17 | Pass correct pointer to HID keyboard event handler, fixes regression from IDL... | balrog | 1 | -1/+1 |
2007-09-17 | Coding style fixes in PowerPC related code (no functional change): | j_mayer | 3 | -25/+39 |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 51 | -246/+246 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 107 | -956/+956 |
2007-09-14 | Less magic constants, by Filip Navara. | ths | 1 | -4/+5 |
2007-09-13 | Emulate spinning floppy disk, by Jan Jezabek. | ths | 1 | -0/+8 |
2007-09-13 | Allow more IDE power management, by Ben Guthro. | ths | 1 | -2/+8 |
2007-09-13 | Improved EEPRO 100 emulation, by Filip Navara. | ths | 1 | -0/+4 |
2007-09-13 | Partial IDE DVD emulation, by Filip Navara. | ths | 1 | -2/+74 |
2007-09-09 | Implement HID idle mode (avoids flooding guest with useless updates). | pbrook | 2 | -12/+33 |
2007-09-06 | Partial support for 34K multithreading, not functional yet. | ths | 2 | -2/+2 |
2007-08-26 | Let qemu work with latest bochsbios, by Bernhard Kauer. | ths | 1 | -0/+3 |
2007-08-26 | arm_gic.c error message fix, by Adam Lackorzynski. | ths | 1 | -2/+2 |
2007-08-26 | Add file missed in last commit. | ths | 1 | -0/+96 |
2007-08-26 | Use the framework for the VMware mouse emulation, by Herve Poussineau. | ths | 2 | -15/+4 |
2007-08-26 | Replace tabs by 8 spaces. No code change, by Herve Poussineau. | ths | 1 | -52/+52 |
2007-08-26 | Last AIO patch, by Vladimir N. Oleynik. | ths | 1 | -17/+37 |
2007-08-26 | Set apic instance number for savevm, by Ari Kivity. | ths | 1 | -1/+1 |
2007-08-19 | Fix bugs in the ATAPI cdrom driver, by Brandon Philips. | ths | 1 | -1/+3 |
2007-08-18 | Remove obsolete comment. | ths | 1 | -2/+0 |
2007-08-16 | Remove old leftovers | blueswir1 | 1 | -3/+2 |
2007-08-16 | Use qemu_irq for a reset signal between DMA and ESP/Lance | blueswir1 | 4 | -21/+34 |
2007-08-11 | Enable Selection command (NetBSD) | blueswir1 | 1 | -0/+3 |
2007-08-11 | Generate interrupts and update state even if output is disabled (OpenBSD) | blueswir1 | 1 | -4/+4 |
2007-08-11 | Log invalid accesses (no faults generated yet) | blueswir1 | 1 | -2/+30 |
2007-08-11 | Improve iommu debugging, use register names | blueswir1 | 1 | -7/+14 |
2007-08-05 | Fix Slavio interrupt controller debugging output | blueswir1 | 1 | -4/+4 |
2007-08-04 | Use UTC/localtime flag in M48Txx | blueswir1 | 1 | -2/+8 |
2007-08-04 | Fix Sparc32 interrupt handling | blueswir1 | 2 | -43/+49 |
2007-08-01 | Fix rtl8139 checksum calculation, by Tim Deegan. | ths | 1 | -6/+5 |
2007-08-01 | Move Spitz microdrive from first to second PCMCIA slot where it belongs. | balrog | 1 | -3/+3 |
2007-07-31 | Implement ACPI specs 3.0, 4.7.2.5, by Michael Hanselmann. | ths | 1 | -0/+11 |
2007-07-31 | Cirrus transparent BITBLT (w/o color expand), by Hitoshi Osada. | ths | 2 | -10/+172 |
2007-07-31 | Fix i8259 initialization, by Bernhard Kauer. | ths | 1 | -1/+1 |
2007-07-31 | Add OMAP MMC/SD host controller. | balrog | 3 | -5/+555 |
2007-07-31 | OMAP DMA input signals must be level-triggered. | balrog | 1 | -7/+17 |
2007-07-31 | Fix OMAP pic handling of simultaneous interrupts. | balrog | 1 | -9/+13 |
2007-07-30 | Re-add clearing of the APP_CMD flag that somehow got lost. | balrog | 2 | -4/+5 |