summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno30-66/+36
2012-10-06Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno12-283/+351
2012-10-06vga: cleanup after isa_vga_init() and pci_vga_init() conversionAurelien Jarno6-53/+0
2012-10-06mips/r4k: use the new is_vga_init() functionAurelien Jarno1-1/+1
2012-10-06pc: use the new pci_vga_init() and isa_vga_init() functionsAurelien Jarno1-29/+6
2012-10-06sun/sun4u: use the new pci_vga_init() functionAurelien Jarno1-2/+1
2012-10-06ppc/pSeries: use the new pci_vga_init() functionAurelien Jarno1-5/+2
2012-10-06ppc/prep: use the new pci_vga_init() functionAurelien Jarno1-2/+1
2012-10-06ppc/oldworld: use the new pci_vga_init() functionAurelien Jarno1-2/+1
2012-10-06ppc/newworld: use the new pci_vga_init() functionAurelien Jarno1-2/+1
2012-10-06alpha: use the new pci_vga_init() functionAurelien Jarno3-27/+1
2012-10-06mips/malta: use the new pci_vga_init() functionAurelien Jarno1-9/+1
2012-10-06isa: add a isa_vga_init() functionAurelien Jarno2-0/+22
2012-10-06pci: add a pci_vga_init() functionAurelien Jarno2-0/+21
2012-10-06vl.c: convert *vga_enabled functions to QOMAurelien Jarno2-6/+0
2012-10-06vga: rename isa_vga_init() to isa_std_vga_init()Aurelien Jarno3-3/+3
2012-10-06vga: rename pci_vga_init() into pci_std_vga_init()Aurelien Jarno10-12/+12
2012-10-05Remove libhwStefan Weil4-137/+137
2012-10-05versatilepb: Use symbolic indices for ARM PICStefan Weil1-1/+2
2012-10-05qdev: kill bogus commentEduardo Habkost1-1/+0
2012-10-05hw: Add missing 'static' attribute for QEMUMachineStefan Weil2-2/+2
2012-10-05cleanup useless return sentenceAmos Kong23-42/+0
2012-10-05rtc: implement century bytePaolo Bonzini1-9/+18
2012-10-05rtc: map CMOS index 0x37 to 0x32 on read and writesPaolo Bonzini2-6/+13
2012-10-05hw/r2d: add comment: this strncpy use is okJim Meyering1-0/+2
2012-10-05acpi: remove strzcpy (strncpy-identical) function; just use strncpyJim Meyering1-16/+8
2012-10-05vscsi: avoid unwarranted strncpyJim Meyering1-1/+1
2012-10-05virtio-9p: avoid unwarranted uses of strncpyJim Meyering3-4/+8
2012-10-05bt: replace fragile snprintf use and unwarranted strncpyJim Meyering1-5/+2
2012-10-05lm32: avoid buffer overrunJim Meyering1-1/+1
2012-10-05hw/9pfs: avoid buffer overrunJim Meyering1-2/+2
2012-10-05scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULLJim Meyering6-11/+7
2012-10-05hw: Fix return value check for bdrv_read, bdrv_writeStefan Weil3-20/+32
2012-10-04Merge remote-tracking branch 'sstabellini/xen-2012-10-03' into stagingAnthony Liguori4-17/+38
2012-10-04Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori6-55/+27
2012-10-04Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-9/+3
2012-10-04Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori4-20/+32
2012-10-04Merge remote-tracking branch 'kraxel/usb.66' into stagingAnthony Liguori3-106/+137
2012-10-04Make target_phys_addr_t 64 bits unconditionallyAvi Kivity3-13/+3
2012-10-05PPC: e500: Only expose even TLB sizes in initial TLBAlexander Graf1-0/+4
2012-10-05pseries: Don't test for MSR_PR for hypercalls under KVMDavid Gibson2-6/+6
2012-10-05PPC: e500: calculate initrd_base like dt_baseScott Wood1-1/+2
2012-10-05PPC: e500: increase DTC_LOAD_PADScott Wood1-1/+1
2012-10-05fdt: move dumpdtb interpretation code to device_tree.cAlexander Graf1-14/+1
2012-10-04pseries: Set hash table size based on RAM sizeDavid Gibson1-3/+10
2012-10-04pseries: Remove unnecessary locking from PAPR hash table hcallsDavid Gibson1-38/+4
2012-10-04ppc405_uc: Fix buffer overflowStefan Weil1-5/+11
2012-10-04pseries: Fix semantics of RTAS int-on, int-off and set-xive functionsDavid Gibson1-17/+8
2012-10-04pseries: Rework implementation of TCE bypassDavid Gibson4-23/+30
2012-10-04pseries: Remove never used flags field from spapr vio devicesDavid Gibson1-1/+0