summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-03-28vhost: fix dirty page handlingMichael S. Tsirkin1-1/+3
2011-03-28virtio-serial: don't crash on invalid inputMichael S. Tsirkin1-0/+3
2011-03-28e1000: check buffer availabilityMichael S. Tsirkin1-8/+8
2011-03-28virtio-pci: fix bus master work around on loadMichael S. Tsirkin2-7/+7
2011-03-28pci: use uint8_t for devfn_minIsaku Yamahata3-7/+7
2011-03-28pci: use PCI_DEVFN in pci_get_bus_devfn()Isaku Yamahata1-1/+1
2011-03-28pci: use devfn for pci_find_device() instead of (slot, fn) pairIsaku Yamahata5-8/+8
2011-03-28pci: replace the magic, 256, for the maximum of devfnIsaku Yamahata2-1/+2
2011-03-26rtl8139: add vlan tag insertionBenjamin Poirier1-15/+60
2011-03-26rtl8139: add vlan tag extractionBenjamin Poirier1-14/+52
2011-03-26rtl8139: cleanup FCS calculationBenjamin Poirier1-17/+3
2011-03-24Merge remote branch 'amit/for-anthony' into stagingAnthony Liguori6-27/+47
2011-03-22vmmouse: Register vmstate via qdevJan Kiszka1-1/+1
2011-03-22vmmouse: Fix initializationJan Kiszka1-0/+1
2011-03-22fix applesmc REV keyRené Rebe1-1/+1
2011-03-21e1000: Fix multi-descriptor packet checksum offloadStefan Hajnoczi1-1/+3
2011-03-21Merge branch 'for-anthony' of git://github.com/bonzini/qemuAurelien Jarno60-272/+272
2011-03-21Merge branch 'for-anthony' of git://repo.or.cz/qemu/kevinAurelien Jarno2-14/+29
2011-03-21hw/arm_sysctl.c: Add the Versatile Express system registersPeter Maydell1-1/+63
2011-03-21char: Prevent multiple devices opening same chardevAmit Shah1-1/+6
2011-03-21virtio-console: Keep chardev open for other users after hot-unplugAmit Shah1-1/+5
2011-03-21virtio-serial: Don't clear ->have_data() pointer after unplugAmit Shah1-1/+0
2011-03-21virtio-serial-bus: Simplify handle_output() functionAmit Shah1-9/+3
2011-03-21virtio-serial: Enable ioeventfdAmit Shah1-0/+3
2011-03-21virtio-serial: Disallow generic ports at id 0Amit Shah1-0/+9
2011-03-21virtio-serial: Use a struct to pass config information from proxyAmit Shah4-15/+21
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini58-246/+246
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini4-26/+26
2011-03-19petalogix_ml605_mmu: remove unused variableBlue Swirl1-3/+2
2011-03-19i8254: Fix migration from older versionsJan Kiszka1-0/+2
2011-03-16microblaze: Add PetaLogix ml605 MMU little-endian ref designMichal Simek2-0/+306
2011-03-16xilinx: Add AXIENET & DMA modelsEdgar E. Iglesias3-0/+1446
2011-03-15hw/xen_disk: aio_inflight not released in handling ioreq when nr_segments==0Feiran Zheng1-1/+1
2011-03-15Fix ATA SMART and CHECK POWER MODEBrian Wheeler1-13/+28
2011-03-13always qemu_cpu_kick after unhalting a cpuPaolo Bonzini3-4/+12
2011-03-13hw/fmopl: Fix buffer access out-of-bounds errorsStefan Weil1-1/+5
2011-03-13moving eeprom initializationWilliam Dauchy2-41/+41
2011-03-12pc: fix wrong CMOS values for floppy drivesBlue Swirl1-1/+1
2011-03-11microblaze: Fix PetaLogix company nameMichal Simek1-1/+1
2011-03-10vmstate: move timers to use test instead of versionJuan Quintela1-3/+12
2011-03-10vmstate: be able to store/save a pci device from a pointerJuan Quintela1-0/+8
2011-03-10vmstate: Add a way to send a partial arrayJuan Quintela1-0/+9
2011-03-10vmstate: add VMSTATE_STRUCT_VARRAY_UINT32Juan Quintela1-0/+10
2011-03-10vmstate: add VMSTATE_INT64_ARRAYJuan Quintela1-0/+6
2011-03-10vmstate: add VMSTATE_STRUCT_VARRAY_INT32Juan Quintela1-0/+10
2011-03-10vmstate: add UINT32 VARRAYSJuan Quintela1-0/+11
2011-03-10vmstate: Fix varrays with uint8 indexesJuan Quintela1-2/+3
2011-03-10vmstate: add VMSTATE_UINT32_EQUALJuan Quintela1-0/+4
2011-03-10xilinx-ethlite: Simplify byteswapping to/from bramsEdgar E. Iglesias1-15/+2
2011-03-10mainstone: PCMCIA supportDmitry Eremin-Solenikov2-2/+34