Age | Commit message (Expand) | Author | Files | Lines |
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 | 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 | hw: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori | 74 | -545/+257 |
2009-02-05 | Convert IDE to use new dma helpers (Avi Kivity) | aliguori | 1 | -66/+10 |
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-03 | SH4: Fix warning when compiling sh7750_regnames.c | aurel32 | 1 | -0/+1 |
2009-02-01 | Add and use #defines for PCI device classes | blueswir1 | 34 | -86/+81 |
2009-02-01 | Update #defines for PCI vendor and device IDs from OpenBIOS and Linux | blueswir1 | 8 | -16/+27 |
2009-01-30 | PowerPC: IDE DB-DMA support | aurel32 | 4 | -23/+156 |
2009-01-30 | PowerPC: mac-io DB-DMA support | aurel32 | 5 | -35/+844 |
2009-01-30 | pl031: remove unused variable | aurel32 | 1 | -1/+0 |
2009-01-29 | check SCSI read/write requests against max LBA (Rik van Riel) | aliguori | 1 | -0/+18 |
2009-01-29 | Don't notify virtio devices before S_DRIVER_OK (Mark McLoughlin) | aliguori | 1 | -0/+3 |
2009-01-28 | SCSI divide capacity by s->cluster_size (Rik van Riel) | aliguori | 1 | -0/+2 |
2009-01-28 | support >2TB SCSI disks (Rik van Riel) | aliguori | 1 | -7/+46 |
2009-01-28 | fix signed/unsigned overflows in SCSI disk (Rik van Riel) | aliguori | 1 | -3/+6 |
2009-01-27 | Add Simba device ID | blueswir1 | 3 | -8/+11 |
2009-01-26 | ETRAX: Remove display-state argument from board init. | edgar_igl | 1 | -1/+1 |
2009-01-26 | Check if the i8254 timer is active before deactivating it (Alexander Graf) | aliguori | 1 | -1/+2 |
2009-01-26 | Move definition of rgb_to_pixel_dup_table (Nathan Froyd) | aliguori | 1 | -11/+9 |
2009-01-26 | Add reset irq state for ps2 reboot callback (Dor Laor) | aliguori | 1 | -0/+1 |
2009-01-26 | Define PCI vendor and device IDs in pci.h (Stuart Brady) | aliguori | 29 | -159/+157 |
2009-01-26 | Use the default subsystem vendor ID for virtio devices (Mark McLoughlin) | aliguori | 4 | -4/+8 |
2009-01-26 | Add macro for virtio-console PCI device ID (Mark McLoughlin) | aliguori | 2 | -1/+3 |
2009-01-26 | Use macros for virtio-net PCI vendor/device IDs (Mark McLoughlin) | aliguori | 1 | -1/+3 |
2009-01-26 | target-ppc: always load kernel to KERNEL_LOAD_ADDR | aurel32 | 1 | -3/+9 |
2009-01-25 | Add static qualifier to local functions | malc | 1 | -1/+1 |
2009-01-24 | sh4: sh_pci. Register resouces both at A7 and P4. | aurel32 | 1 | -10/+7 |
2009-01-24 | sh4: r2d. Endian conversion for peripheral register initialization. | aurel32 | 1 | -4/+2 |
2009-01-24 | Support epoch of 1980 in RTC emulation for MIPS Magnum | aurel32 | 7 | -11/+20 |
2009-01-24 | mips: limit RAM size to 256MB on malta and qemu boards | aurel32 | 2 | -0/+12 |
2009-01-24 | Floppy: Properly handle Sense Interrupt Status after FDC Reset | blueswir1 | 1 | -12/+18 |
2009-01-24 | Fix kernel_size and initrd_size sign (Francois Revol) | blueswir1 | 1 | -1/+2 |
2009-01-23 | fix endianness problem sharing the videoram buffer | malc | 1 | -0/+7 |
2009-01-22 | Stop VM on error in virtio-blk. (Gleb Natapov) | aliguori | 1 | -46/+124 |
2009-01-22 | Stop VM on error in scsi-disk (Gleb Natapov) | aliguori | 1 | -17/+69 |
2009-01-22 | Fix warning in ide.c | aliguori | 1 | -1/+1 |
2009-01-22 | Convert IDE to directly access guest memory (Avi Kivity) | aliguori | 1 | -16/+117 |
2009-01-21 | Stop VM on ENOSPC error. (Gleb Natapov) | aliguori | 1 | -8/+75 |
2009-01-21 | cirrus: unify unmapping of vram (Jan Kiszka) | aliguori | 1 | -2/+2 |