summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno2012-10-0630-66/+36
|\
| * versatilepb: Use symbolic indices for ARM PICStefan Weil2012-10-051-1/+2
| * qdev: kill bogus commentEduardo Habkost2012-10-051-1/+0
| * hw: Add missing 'static' attribute for QEMUMachineStefan Weil2012-10-052-2/+2
| * cleanup useless return sentenceAmos Kong2012-10-0523-42/+0
| * hw: Fix return value check for bdrv_read, bdrv_writeStefan Weil2012-10-053-20/+32
* | Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno2012-10-0612-283/+351
|\ \
| * | PPC: e500: Only expose even TLB sizes in initial TLBAlexander Graf2012-10-051-0/+4
| * | pseries: Don't test for MSR_PR for hypercalls under KVMDavid Gibson2012-10-052-6/+6
| * | PPC: e500: calculate initrd_base like dt_baseScott Wood2012-10-051-1/+2
| * | PPC: e500: increase DTC_LOAD_PADScott Wood2012-10-051-1/+1
| * | fdt: move dumpdtb interpretation code to device_tree.cAlexander Graf2012-10-051-14/+1
| * | pseries: Set hash table size based on RAM sizeDavid Gibson2012-10-041-3/+10
| * | pseries: Remove unnecessary locking from PAPR hash table hcallsDavid Gibson2012-10-041-38/+4
| * | ppc405_uc: Fix buffer overflowStefan Weil2012-10-041-5/+11
| * | pseries: Fix semantics of RTAS int-on, int-off and set-xive functionsDavid Gibson2012-10-041-17/+8
| * | pseries: Rework implementation of TCE bypassDavid Gibson2012-10-044-23/+30
| * | pseries: Remove never used flags field from spapr vio devicesDavid Gibson2012-10-041-1/+0
| * | pseries: Remove XICS irq type enum typeDavid Gibson2012-10-045-25/+17
| * | pseries: Remove C bitfields from xics codeDavid Gibson2012-10-041-19/+24
| * | pseries: Small cleanup to H_CEDE implementationDavid Gibson2012-10-041-0/+2
| * | pseries: Fix XICS resetDavid Gibson2012-10-041-10/+28
| * | pseries: Reset emulated PCI TCE tables on system resetDavid Gibson2012-10-043-0/+22
| * | pseries: Clear TCE and signal state when resetting PAPR VIO devicesDavid Gibson2012-10-041-6/+5
| * | pseries: Add support for new KVM hash table control callDavid Gibson2012-10-042-113/+165
| * | pseries: Use new method to correct reset sequenceDavid Gibson2012-10-041-5/+4
| * | pseries: Fix and cleanup CPU initialization and resetDavid Gibson2012-10-042-14/+25
* | | vga: cleanup after isa_vga_init() and pci_vga_init() conversionAurelien Jarno2012-10-066-53/+0
* | | mips/r4k: use the new is_vga_init() functionAurelien Jarno2012-10-061-1/+1
* | | pc: use the new pci_vga_init() and isa_vga_init() functionsAurelien Jarno2012-10-061-29/+6
* | | sun/sun4u: use the new pci_vga_init() functionAurelien Jarno2012-10-061-2/+1
* | | ppc/pSeries: use the new pci_vga_init() functionAurelien Jarno2012-10-061-5/+2
* | | ppc/prep: use the new pci_vga_init() functionAurelien Jarno2012-10-061-2/+1
* | | ppc/oldworld: use the new pci_vga_init() functionAurelien Jarno2012-10-061-2/+1
* | | ppc/newworld: use the new pci_vga_init() functionAurelien Jarno2012-10-061-2/+1
* | | alpha: use the new pci_vga_init() functionAurelien Jarno2012-10-063-27/+1
* | | mips/malta: use the new pci_vga_init() functionAurelien Jarno2012-10-061-9/+1
* | | isa: add a isa_vga_init() functionAurelien Jarno2012-10-062-0/+22
* | | pci: add a pci_vga_init() functionAurelien Jarno2012-10-062-0/+21
* | | vl.c: convert *vga_enabled functions to QOMAurelien Jarno2012-10-062-6/+0
* | | vga: rename isa_vga_init() to isa_std_vga_init()Aurelien Jarno2012-10-063-3/+3
* | | vga: rename pci_vga_init() into pci_std_vga_init()Aurelien Jarno2012-10-0610-12/+12
* | | Remove libhwStefan Weil2012-10-054-137/+137
* | | rtc: implement century bytePaolo Bonzini2012-10-051-9/+18
* | | rtc: map CMOS index 0x37 to 0x32 on read and writesPaolo Bonzini2012-10-052-6/+13
* | | hw/r2d: add comment: this strncpy use is okJim Meyering2012-10-051-0/+2
* | | acpi: remove strzcpy (strncpy-identical) function; just use strncpyJim Meyering2012-10-051-16/+8
* | | vscsi: avoid unwarranted strncpyJim Meyering2012-10-051-1/+1
* | | virtio-9p: avoid unwarranted uses of strncpyJim Meyering2012-10-053-4/+8
* | | bt: replace fragile snprintf use and unwarranted strncpyJim Meyering2012-10-051-5/+2
OpenPOWER on IntegriCloud