aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-01Add SLOF-based partition firmware for pSeries machine, allowing more boot opt...David Gibson7-5/+118
2011-04-01Implement PAPR VPA functions for pSeries shared processor partitionsDavid Gibson3-1/+200
2011-04-01Add a PAPR TCE-bypass mechanism for the pSeries machineBen Herrenschmidt2-0/+87
2011-04-01Implement PAPR virtual SCSI interface (ibmvscsi)Ben Herrenschmidt6-1/+1456
2011-04-01Implement PAPR CRQ hypercallsBen Herrenschmidt4-1/+184
2011-04-01Implement sPAPR Virtual LAN (ibmveth)David Gibson4-1/+544
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 Gibson5-1/+555
2011-04-01Implement assorted pSeries hcalls and RTAS methodsDavid Gibson3-1/+80
2011-04-01Implement hcall based RTAS for pSeries machinesDavid Gibson10-14/+289
2011-04-01Virtual hash page table handling on pSeries machineDavid Gibson4-12/+315
2011-04-01Implement the bus structure for PAPR virtual IODavid Gibson6-20/+450
2011-04-01Start implementing pSeries logical partition machineDavid Gibson4-0/+615
2011-04-01Add POWER7 support for ppcDavid Gibson5-0/+165
2011-04-01Support 1T segments on ppcDavid Gibson2-12/+45
2011-04-01Better factor the ppc hash translation pathDavid Gibson2-48/+20
2011-04-01Use "hash" more consistently in ppc mmu codeDavid Gibson2-50/+50
2011-04-01Parse SDR1 on mtspr instead of at translate timeDavid Gibson7-47/+63
2011-04-01Clean up slb_lookup() functionDavid Gibson1-27/+18
2011-04-01Correct ppc popcntb logic, implement popcntw and popcntdDavid Gibson4-11/+69
2011-04-01Implement missing parts of the logic for the POWER PURRDavid Gibson3-0/+16
2011-04-01Implement PowerPC slbmfee and slbmfev instructionsDavid Gibson5-1/+80
2011-04-01Add a hook to allow hypercalls to be emulated on PowerPCDavid Gibson2-0/+10
2011-04-01Allow qemu_devtree_setprop() to take arbitrary valuesDavid Gibson2-2/+2
2011-04-01Clean up PowerPC SLB handling codeDavid Gibson4-136/+79
2011-04-01target-ppc: ext32u instead of andi with constantAurelien Jarno1-4/+4
2011-03-31lm32: use lookup table for opcodesMichael Walle2-140/+18
2011-03-31lm32: rename raise opcode to scallMichael Walle2-3/+3
2011-03-29add a service to reap zombies, use it in SLIRPPaolo Bonzini4-10/+69
2011-03-29extract I/O handler lists to iohandler.cPaolo Bonzini4-102/+138
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-26report that QEMU process was killed by a signalGleb Natapov3-4/+25
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-25severe memory leak caused by broken palette_destroy() functionUlrich Obergfell1-3/+1
2011-03-25vl.c: Fix compilation failure if CONFIG_SDL isn't definedPeter Maydell1-6/+7
2011-03-24Merge remote branch 'amit/for-anthony' into stagingAnthony Liguori8-27/+52
2011-03-24tcg/arm: Support host code being compiled for ThumbPeter Maydell1-9/+26
2011-03-22Revert "x86: Save/restore PAT MSR"Anthony Liguori1-2/+0
2011-03-22vnc: fix build error from VNC_DIRTY_WORDSAnthony Liguori1-1/+1