aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2011-03-28pci: use uint8_t for devfn_minIsaku Yamahata
2011-03-28pci: use PCI_DEVFN in pci_get_bus_devfn()Isaku Yamahata
2011-03-28pci: use devfn for pci_find_device() instead of (slot, fn) pairIsaku Yamahata
2011-03-28pci: replace the magic, 256, for the maximum of devfnIsaku Yamahata
2011-03-26rtl8139: add vlan tag insertionBenjamin Poirier
2011-03-26rtl8139: add vlan tag extractionBenjamin Poirier
2011-03-26rtl8139: cleanup FCS calculationBenjamin Poirier
2011-03-24Merge remote branch 'amit/for-anthony' into stagingAnthony Liguori
2011-03-22vmmouse: Register vmstate via qdevJan Kiszka
2011-03-22vmmouse: Fix initializationJan Kiszka
2011-03-22fix applesmc REV keyRené Rebe
2011-03-21e1000: Fix multi-descriptor packet checksum offloadStefan Hajnoczi
2011-03-21Merge branch 'for-anthony' of git://github.com/bonzini/qemuAurelien Jarno
2011-03-21Merge branch 'for-anthony' of git://repo.or.cz/qemu/kevinAurelien Jarno
2011-03-21hw/arm_sysctl.c: Add the Versatile Express system registersPeter Maydell
2011-03-21char: Prevent multiple devices opening same chardevAmit Shah
2011-03-21virtio-console: Keep chardev open for other users after hot-unplugAmit Shah
2011-03-21virtio-serial: Don't clear ->have_data() pointer after unplugAmit Shah
2011-03-21virtio-serial-bus: Simplify handle_output() functionAmit Shah
2011-03-21virtio-serial: Enable ioeventfdAmit Shah
2011-03-21virtio-serial: Disallow generic ports at id 0Amit Shah
2011-03-21virtio-serial: Use a struct to pass config information from proxyAmit Shah
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini
2011-03-19petalogix_ml605_mmu: remove unused variableBlue Swirl
2011-03-19i8254: Fix migration from older versionsJan Kiszka
2011-03-16microblaze: Add PetaLogix ml605 MMU little-endian ref designMichal Simek
2011-03-16xilinx: Add AXIENET & DMA modelsEdgar E. Iglesias
2011-03-15hw/xen_disk: aio_inflight not released in handling ioreq when nr_segments==0Feiran Zheng
2011-03-15Fix ATA SMART and CHECK POWER MODEBrian Wheeler
2011-03-13always qemu_cpu_kick after unhalting a cpuPaolo Bonzini
2011-03-13hw/fmopl: Fix buffer access out-of-bounds errorsStefan Weil
2011-03-13moving eeprom initializationWilliam Dauchy
2011-03-12pc: fix wrong CMOS values for floppy drivesBlue Swirl
2011-03-11microblaze: Fix PetaLogix company nameMichal Simek
2011-03-10vmstate: move timers to use test instead of versionJuan Quintela
2011-03-10vmstate: be able to store/save a pci device from a pointerJuan Quintela
2011-03-10vmstate: Add a way to send a partial arrayJuan Quintela
2011-03-10vmstate: add VMSTATE_STRUCT_VARRAY_UINT32Juan Quintela
2011-03-10vmstate: add VMSTATE_INT64_ARRAYJuan Quintela
2011-03-10vmstate: add VMSTATE_STRUCT_VARRAY_INT32Juan Quintela
2011-03-10vmstate: add UINT32 VARRAYSJuan Quintela
2011-03-10vmstate: Fix varrays with uint8 indexesJuan Quintela
2011-03-10vmstate: add VMSTATE_UINT32_EQUALJuan Quintela
2011-03-10xilinx-ethlite: Simplify byteswapping to/from bramsEdgar E. Iglesias
2011-03-10mainstone: PCMCIA supportDmitry Eremin-Solenikov
2011-03-10mainstone: use gpio 0 for connection of FPGA instead of hooking into PIC dire...Dmitry Eremin-Solenikov
2011-03-10pxa2xx_timer: Get rid of .level in PXA2xxTimer0.Andrzej Zaborowski
2011-03-10pxa2xx_pic: fixup initialisationAndrzej Zaborowski
2011-03-10pxa2xx_timer: separate irq for pxa27x handlingDmitry Eremin-Solenikov