Age | Commit message (Expand) | Author | Files | Lines |
2009-06-24 | Add serial number support for virtio_blk | john cooper | 2 | -0/+62 |
2009-06-24 | qemu/net: flag to control the number of vectors a nic has | Michael S. Tsirkin | 1 | -1/+4 |
2009-06-24 | qemu/net: request 3 vectors in virtio-net | Michael S. Tsirkin | 1 | -0/+1 |
2009-06-24 | qemu/pci: add pci_get/set_byte | Michael S. Tsirkin | 1 | -0/+12 |
2009-06-24 | qemu/virtio: virtio save/load bindings | Michael S. Tsirkin | 3 | -18/+65 |
2009-06-24 | qemu/virtio: MSI-X support in virtio PCI | Michael S. Tsirkin | 1 | -40/+112 |
2009-06-24 | qemu/virtio: virtio support for many interrupt vectors | Michael S. Tsirkin | 4 | -25/+81 |
2009-06-24 | qemu/apic: minimal MSI/MSI-X implementation for PC | Michael S. Tsirkin | 1 | -4/+39 |
2009-06-24 | qemu/pci: MSI-X support functions | Michael S. Tsirkin | 3 | -0/+435 |
2009-06-24 | qemu/pci: check constant registers on load | Michael S. Tsirkin | 2 | -1/+30 |
2009-06-24 | qemu/pci: add routines to manage PCI capabilities | Michael S. Tsirkin | 2 | -2/+90 |
2009-06-24 | qemu/pci: helper routines for pci access | Michael S. Tsirkin | 1 | -3/+27 |
2009-06-24 | qemu/pci: make default_write_config use mask table | Michael S. Tsirkin | 2 | -117/+46 |
2009-06-23 | sparc64 follow pci_nic_init change | Igor V. Kovalenko | 1 | -1/+1 |
2009-06-22 | virtio-net: implement async packet sending | Mark McLoughlin | 1 | -2/+37 |
2009-06-22 | Don't register cpu reset handler for cpu with APIC. | Gleb Natapov | 1 | -7/+3 |
2009-06-22 | Support addr=... in option argument of -drive if=virtio | Markus Armbruster | 4 | -3/+18 |
2009-06-22 | Make first argument of monitor command pci_add work | Markus Armbruster | 3 | -44/+28 |
2009-06-22 | Support addr=... in option argument of -net nic | Markus Armbruster | 13 | -25/+66 |
2009-06-22 | Fix do_pci_register_device() to reject devfn already in use | Markus Armbruster | 1 | -0/+2 |
2009-06-22 | vmware_vga: clean up | Isaku Yamahata | 1 | -1/+1 |
2009-06-22 | virtio-net: enable mergeable receive buffers | Mark McLoughlin | 1 | -0/+1 |
2009-06-22 | acpi.c: make qemu_system_device_hot_add piix independent. | Isaku Yamahata | 3 | -5/+24 |
2009-06-22 | Handle init/sipi in a main cpu exec loop. (v2) | Gleb Natapov | 1 | -11/+26 |
2009-06-22 | Add pci_bus_reset() function. | Gleb Natapov | 1 | -0/+16 |
2009-06-22 | virtio: add support for indirect ring entries | Mark McLoughlin | 3 | -6/+53 |
2009-06-22 | virtio: make vring_desc_*() take phys addrs | Mark McLoughlin | 1 | -26/+33 |
2009-06-22 | Make nic option rom loading less painful. | Glauber Costa | 1 | -2/+17 |
2009-06-20 | Restore consistent formatting of audio devices | malc | 5 | -31/+31 |
2009-06-18 | xilinx-eth: Remove debug print. | Edgar E. Iglesias | 1 | -1/+0 |
2009-06-17 | Don't set IRQs on device reset and loadvm/savevm | Blue Swirl | 5 | -12/+0 |
2009-06-17 | Call piix4_reset() on system reset. | Blue Swirl | 1 | -1/+5 |
2009-06-17 | Don't set IRQs on device reset and loadvm/savevm | Blue Swirl | 1 | -18/+22 |
2009-06-17 | Call piix3_reset() on system reset. | Gleb Natapov | 1 | -1/+5 |
2009-06-17 | Register usb-uhci reset function. | Gleb Natapov | 1 | -1/+4 |
2009-06-17 | Revert "Update irqs on reset and device load" | Blue Swirl | 2 | -11/+1 |
2009-06-17 | Allow user to specify CPU model | Blue Swirl | 3 | -10/+8 |
2009-06-16 | Fix vga_screen_dump_blank() PPM generation | Eduardo Habkost | 1 | -2/+3 |
2009-06-16 | Prevent CD-ROM media eject while device is locked | Mark McLoughlin | 1 | -8/+18 |
2009-06-16 | pci: add define for communication class devices | Amit Shah | 1 | -0/+2 |
2009-06-16 | virtio blk: fix warning. | Gerd Hoffmann | 1 | -0/+1 |
2009-06-16 | lsi53c895a: Implement write access to DMA Byte Counter | Sebastian Herbszt | 1 | -0/+7 |
2009-06-16 | lsi53c895a: Implement read and write access to DMA Next Address | Sebastian Herbszt | 1 | -0/+2 |
2009-06-16 | lsi53c895a: Implement Scratch Byte Register | Sebastian Herbszt | 1 | -0/+7 |
2009-06-16 | Rename pci_register_io_region() to pci_register_bar() | Avi Kivity | 21 | -40/+40 |
2009-06-16 | Remove io_index argument from cpu_register_io_memory() | Avi Kivity | 137 | -271/+267 |
2009-06-16 | qdev: Fix regression in "pci_add ... storage if=virtio, ..." | Markus Armbruster | 1 | -1/+0 |
2009-06-15 | Incorporate changes from v2 of Gleb's RTC reset patch | Anthony Liguori | 1 | -4/+8 |
2009-06-15 | etrax: Don't pass CPUState to peripherals. | Edgar E. Iglesias | 6 | -20/+10 |
2009-06-14 | Add rtc reset function. | Gleb Natapov | 1 | -0/+19 |