summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add SLOF-based partition firmware for pSeries machine, allowing more boot opt...David Gibson2011-04-017-5/+118
* Implement PAPR VPA functions for pSeries shared processor partitionsDavid Gibson2011-04-013-1/+200
* Add a PAPR TCE-bypass mechanism for the pSeries machineBen Herrenschmidt2011-04-012-0/+87
* Implement PAPR virtual SCSI interface (ibmvscsi)Ben Herrenschmidt2011-04-016-1/+1456
* Implement PAPR CRQ hypercallsBen Herrenschmidt2011-04-014-1/+184
* Implement sPAPR Virtual LAN (ibmveth)David Gibson2011-04-014-1/+544
* Implement TCE translation for sPAPR VIODavid Gibson2011-04-013-1/+272
* Add (virtual) interrupt to PAPR virtual tty deviceDavid Gibson2011-04-013-4/+16
* Add PAPR H_VIO_SIGNAL hypercall and infrastructure for VIO interruptsDavid Gibson2011-04-013-1/+44
* Implement the PAPR (pSeries) virtualized interrupt controller (xics)David Gibson2011-04-015-1/+555
* Implement assorted pSeries hcalls and RTAS methodsDavid Gibson2011-04-013-1/+80
* Implement hcall based RTAS for pSeries machinesDavid Gibson2011-04-0110-14/+289
* Virtual hash page table handling on pSeries machineDavid Gibson2011-04-014-12/+315
* Implement the bus structure for PAPR virtual IODavid Gibson2011-04-016-20/+450
* Start implementing pSeries logical partition machineDavid Gibson2011-04-014-0/+615
* Add POWER7 support for ppcDavid Gibson2011-04-015-0/+165
* Support 1T segments on ppcDavid Gibson2011-04-012-12/+45
* Better factor the ppc hash translation pathDavid Gibson2011-04-012-48/+20
* Use "hash" more consistently in ppc mmu codeDavid Gibson2011-04-012-50/+50
* Parse SDR1 on mtspr instead of at translate timeDavid Gibson2011-04-017-47/+63
* Clean up slb_lookup() functionDavid Gibson2011-04-011-27/+18
* Correct ppc popcntb logic, implement popcntw and popcntdDavid Gibson2011-04-014-11/+69
* Implement missing parts of the logic for the POWER PURRDavid Gibson2011-04-013-0/+16
* Implement PowerPC slbmfee and slbmfev instructionsDavid Gibson2011-04-015-1/+80
* Add a hook to allow hypercalls to be emulated on PowerPCDavid Gibson2011-04-012-0/+10
* Allow qemu_devtree_setprop() to take arbitrary valuesDavid Gibson2011-04-012-2/+2
* Clean up PowerPC SLB handling codeDavid Gibson2011-04-014-136/+79
* target-ppc: ext32u instead of andi with constantAurelien Jarno2011-04-011-4/+4
* lm32: use lookup table for opcodesMichael Walle2011-03-312-140/+18
* lm32: rename raise opcode to scallMichael Walle2011-03-312-3/+3
* add a service to reap zombies, use it in SLIRPPaolo Bonzini2011-03-294-10/+69
* extract I/O handler lists to iohandler.cPaolo Bonzini2011-03-294-102/+138
* vhost: fix dirty page handlingMichael S. Tsirkin2011-03-281-1/+3
* virtio-serial: don't crash on invalid inputMichael S. Tsirkin2011-03-281-0/+3
* e1000: check buffer availabilityMichael S. Tsirkin2011-03-281-8/+8
* virtio-pci: fix bus master work around on loadMichael S. Tsirkin2011-03-282-7/+7
* pci: use uint8_t for devfn_minIsaku Yamahata2011-03-283-7/+7
* pci: use PCI_DEVFN in pci_get_bus_devfn()Isaku Yamahata2011-03-281-1/+1
* pci: use devfn for pci_find_device() instead of (slot, fn) pairIsaku Yamahata2011-03-285-8/+8
* pci: replace the magic, 256, for the maximum of devfnIsaku Yamahata2011-03-282-1/+2
* report that QEMU process was killed by a signalGleb Natapov2011-03-263-4/+25
* rtl8139: add vlan tag insertionBenjamin Poirier2011-03-261-15/+60
* rtl8139: add vlan tag extractionBenjamin Poirier2011-03-261-14/+52
* rtl8139: cleanup FCS calculationBenjamin Poirier2011-03-261-17/+3
* severe memory leak caused by broken palette_destroy() functionUlrich Obergfell2011-03-251-3/+1
* vl.c: Fix compilation failure if CONFIG_SDL isn't definedPeter Maydell2011-03-251-6/+7
* Merge remote branch 'amit/for-anthony' into stagingAnthony Liguori2011-03-248-27/+52
|\
| * char: Prevent multiple devices opening same chardevAmit Shah2011-03-213-1/+11
| * virtio-console: Keep chardev open for other users after hot-unplugAmit Shah2011-03-211-1/+5
| * virtio-serial: Don't clear ->have_data() pointer after unplugAmit Shah2011-03-211-1/+0
OpenPOWER on IntegriCloud