summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-04-01Add SLOF-based partition firmware for pSeries machine, allowing more boot opt...David Gibson2-4/+109
2011-04-01Implement PAPR VPA functions for pSeries shared processor partitionsDavid Gibson2-1/+193
2011-04-01Add a PAPR TCE-bypass mechanism for the pSeries machineBen Herrenschmidt2-0/+87
2011-04-01Implement PAPR virtual SCSI interface (ibmvscsi)Ben Herrenschmidt5-0/+1455
2011-04-01Implement PAPR CRQ hypercallsBen Herrenschmidt3-1/+173
2011-04-01Implement sPAPR Virtual LAN (ibmveth)David Gibson3-0/+543
2011-04-01Implement TCE translation for sPAPR VIODavid Gibson3-1/+272
2011-04-01Add (virtual) interrupt to PAPR virtual tty deviceDavid Gibson3-4/+16
2011-04-01Add PAPR H_VIO_SIGNAL hypercall and infrastructure for VIO interruptsDavid Gibson3-1/+44
2011-04-01Implement the PAPR (pSeries) virtualized interrupt controller (xics)David Gibson4-0/+554
2011-04-01Implement assorted pSeries hcalls and RTAS methodsDavid Gibson3-1/+80
2011-04-01Implement hcall based RTAS for pSeries machinesDavid Gibson4-11/+222
2011-04-01Virtual hash page table handling on pSeries machineDavid Gibson2-4/+285
2011-04-01Implement the bus structure for PAPR virtual IODavid Gibson5-18/+447
2011-04-01Start implementing pSeries logical partition machineDavid Gibson3-0/+611
2011-04-01Add POWER7 support for ppcDavid Gibson2-0/+36
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