Age | Commit message (Expand) | Author | Files | Lines |
2009-02-09 | Update ppc-dis.c from binutils from 4th July, 2007, just before GPLv3 switch | blueswir1 | 1 | -499/+565 |
2009-02-09 | Update ppc-dis.c from binutils 2.17 | blueswir1 | 2 | -1880/+3980 |
2009-02-09 | ppc newworld: default to a G4 CPU | aurel32 | 1 | -1/+1 |
2009-02-09 | Fix crash caused by missing command line arguments | aurel32 | 1 | -1/+7 |
2009-02-09 | Remove unused code from dyngen-exec.h | aurel32 | 1 | -7/+0 |
2009-02-09 | Make qemu-img argument handling POSIX compliant | aurel32 | 1 | -1/+1 |
2009-02-09 | Fix displaystate (r6344) regression in blizzard | aurel32 | 2 | -5/+6 |
2009-02-09 | target-ppc: Model e500v{1,2} CPUs more accurately | aurel32 | 1 | -102/+125 |
2009-02-09 | target-ppc: Model SPE floating-point instructions more accurately | aurel32 | 2 | -55/+57 |
2009-02-09 | target-ppc: Add vrsqrtefp instruction | aurel32 | 3 | -0/+13 |
2009-02-09 | target-ppc: Add vrefp instruction | aurel32 | 3 | -0/+12 |
2009-02-09 | target-ppc: Add vct{u,s}xs instructions | aurel32 | 3 | -0/+31 |
2009-02-09 | target-ppc: Add vcmp{eq, ge, gt, b}fp{, .} instructions | aurel32 | 3 | -0/+80 |
2009-02-09 | target-ppc: Add vmaddfp and vnmsubfp instructions | aurel32 | 3 | -0/+40 |
2009-02-09 | target-ppc: Add v{add,sub}fp instructions | aurel32 | 3 | -0/+18 |
2009-02-09 | target-ppc: Add v{max,min}fp instructions | aurel32 | 3 | -0/+22 |
2009-02-09 | KVM: Get all cpuid values from function 2 (Amit Shah) | aliguori | 1 | -0/+26 |
2009-02-09 | KVM: Fetch sub-leaf cpuid values for functions 4, 0xb, 0xd. (Amit Shah) | aliguori | 1 | -14/+39 |
2009-02-09 | KVM: CPUID takes ecx as input value for some functions (Amit Shah) | aliguori | 4 | -23/+23 |
2009-02-08 | Remove GenOpFunc typedefs | blueswir1 | 1 | -5/+0 |
2009-02-08 | Update Sparc images | blueswir1 | 3 | -2/+2 |
2009-02-08 | Fix UniNorth | blueswir1 | 1 | -13/+2 |
2009-02-08 | Use Mac NVRAM | blueswir1 | 1 | -21/+1 |
2009-02-08 | Switch Mac99 to OpenBIOS | blueswir1 | 4 | -16/+17 |
2009-02-08 | QEMU Microsoft serial mouse emulation | aurel32 | 5 | -0/+88 |
2009-02-08 | Add load/save capability to rc4030 chipset | aurel32 | 1 | -0/+65 |
2009-02-08 | Additional VGA options for MIPS Malta | aurel32 | 3 | -2/+11 |
2009-02-08 | fix use of host serial port | aurel32 | 1 | -8/+19 |
2009-02-08 | Use CMD646 IDE for now | blueswir1 | 1 | -8/+3 |
2009-02-08 | Load 32 bit ELF BIOS images also on PPC64 | blueswir1 | 3 | -15/+2 |
2009-02-08 | Rename ppc_chrp.c to ppc_newworld.c | blueswir1 | 2 | -1/+1 |
2009-02-07 | Fix bug in omap_sx1.c introduced by r6344 | aurel32 | 1 | -6/+7 |
2009-02-07 | Fix tosa_dac_recv warning | aurel32 | 1 | -1/+1 |
2009-02-07 | Fix cpu_arm_handle_mmu_fault warning | aurel32 | 2 | -3/+2 |
2009-02-07 | SH4: fix TMU init | aurel32 | 1 | -9/+19 |
2009-02-07 | SH7750/51: add register BCR3, BCR4, PCR, RTCOR, RTCNT, RTCSR, SDMR2, SDMR3 an... | aurel32 | 5 | -14/+58 |
2009-02-07 | Add it_shift | blueswir1 | 4 | -7/+12 |
2009-02-07 | Fix VGA RAM offsets | blueswir1 | 1 | -2/+2 |
2009-02-06 | Fix SIGSEGV crash in slirp networking code | blueswir1 | 1 | -2/+1 |
2009-02-06 | Add savevm and reset support for OpenPic | blueswir1 | 1 | -2/+135 |
2009-02-06 | Revert part of 6531, fix build failure | aurel32 | 1 | -0/+1 |
2009-02-06 | Replace exit() in oom_check with abort() | aliguori | 1 | -1/+1 |
2009-02-06 | Revert changes to fmopl.c | aliguori | 1 | -5/+22 |
2009-02-05 | qemu:virtio-net: Add VLAN filtering (Alex Williamson) | aliguori | 2 | -3/+63 |
2009-02-05 | qemu:virtio-net: Add additional MACs via a filter table (Alex Williamson) | aliguori | 2 | -2/+109 |
2009-02-05 | qemu:virtio-net: Enable filtering based on MAC, promisc, broadcast and allmul... | aliguori | 1 | -0/+28 |
2009-02-05 | qemu:virtio-net: Add promiscuous and all-multicast mode bits (Alex Williamson) | aliguori | 2 | -1/+58 |
2009-02-05 | qemu:virtio-net: Add a virtqueue for control commands from the guest (Alex Wi... | aliguori | 2 | -1/+51 |
2009-02-05 | qemu:virtio-net: Define ETH_ALEN for use when manipulating MAC addresses (Ale... | aliguori | 2 | -7/+9 |
2009-02-05 | qemu:virtio-net: Allow setting the MAC address via set_config (Alex Williamson) | aliguori | 1 | -2/+16 |