Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-02-05 | qemu:virtio-net: Save status and add some save infrastructure (Alex Williamson) | aliguori | 1 | -2/+8 |
2009-02-05 | target-ppc: change instruction name vrlogefp into vlogefp | aurel32 | 3 | -3/+3 |
2009-02-05 | toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori | 25 | -254/+25 |
2009-02-05 | targets: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori | 12 | -28/+0 |
2009-02-05 | hw: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori | 74 | -545/+257 |
2009-02-05 | audio: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori | 2 | -20/+8 |
2009-02-05 | block: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori | 10 | -103/+14 |
2009-02-05 | Terminate emulation on memory allocation failure (Avi Kivity) | aliguori | 1 | -6/+10 |
2009-02-05 | Convert IDE to use new dma helpers (Avi Kivity) | aliguori | 1 | -66/+10 |
2009-02-05 | Introduce block dma helpers (Avi Kivity) | aliguori | 2 | -1/+126 |
2009-02-05 | Add qemu_iovec_reset() (Avi Kivity) | aliguori | 2 | -0/+7 |
2009-02-05 | Add a scatter-gather list type and accessors (Avi Kivity) | aliguori | 3 | -1/+72 |
2009-02-05 | Add debug, savevm and reset support for UniNorth | blueswir1 | 2 | -1/+54 |
2009-02-05 | Use qemu_ram_alloc | blueswir1 | 1 | -6/+10 |
2009-02-05 | target-ppc: add vrlogefp instruction | aurel32 | 3 | -0/+12 |
2009-02-05 | soft-float: add float32_log2() and float64_log2() | aurel32 | 2 | -0/+95 |
2009-02-04 | Properly initialize len argument of sysctl and include stdio.h (perror) | malc | 1 | -0/+2 |
2009-02-04 | target-ppc: fix previous commit | aurel32 | 1 | -1/+4 |
2009-02-04 | target-ppc: use the new float constants | aurel32 | 1 | -12/+6 |
2009-02-04 | softfloat: add a 1.0 constant for float32 and float64 | aurel32 | 1 | -0/+2 |
2009-02-04 | Add vcf{u,s}x instructions | aurel32 | 3 | -0/+17 |
2009-02-04 | Add vrfi{m,n,p,z} instructions | aurel32 | 3 | -0/+26 |
2009-02-04 | Add various NaN-handling macros | aurel32 | 1 | -0/+21 |
2009-02-03 | Partialy fix mmap at EOF for large pagesize targets in user-mode. | edgar_igl | 1 | -2/+37 |
2009-02-03 | Remove accidental addition of local patch. | aliguori | 1 | -1/+0 |
2009-02-03 | Make mtvscr use a helper | aurel32 | 3 | -5/+15 |
2009-02-03 | Add calls to initialize VSCR on appropriate machines | aurel32 | 1 | -0/+22 |
2009-02-03 | Rename spe_status to vec_status | aurel32 | 2 | -57/+59 |
2009-02-03 | Add f field to ppc_avr_t | aurel32 | 1 | -0/+1 |
2009-02-03 | SH4: Fix warning when compiling sh7750_regnames.c | aurel32 | 1 | -0/+1 |