aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-10-10hw/kvm/arm_gic: Implement support for KVM in-kernel ARM GICPeter Maydell
2012-10-10hw/arm_gic: Add presave/postload hooksPeter Maydell
2012-10-10ARM: KVM: Add support for KVM on ARM architecturePeter Maydell
2012-10-10ssi: Add slave autoconnect helperPeter Crosthwaite
2012-10-10xilinx_zynq: Added SPI controllers + flashesPeter A. G. Crosthwaite
2012-10-10xilinx_spips: Xilinx Zynq SPI cntrlr device modelPeter A. G. Crosthwaite
2012-10-10petalogix-ml605: added SPI controller with n25q128Peter A. G. Crosthwaite
2012-10-10xilinx_spi: Initial impl. of Xilinx SPI controllerPeter A. G. Crosthwaite
2012-10-10m25p80: Initial implementation of SPI flash devicePeter A. G. Crosthwaite
2012-10-10hw: Added generic FIFO API.Peter A. G. Crosthwaite
2012-10-10stellaris: Removed SSI muxPeter A. G. Crosthwaite
2012-10-10qdev: allow multiple qdev_init_gpio_in() callsPeter A. G. Crosthwaite
2012-10-10ssi: Added create_slave_no_init()Peter A. G. Crosthwaite
2012-10-10ssi: Implemented CS behaviourPeter A. G. Crosthwaite
2012-10-10ssi: Support for multiple attached devicesPeter A. G. Crosthwaite
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno
2012-10-06Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno
2012-10-06vga: cleanup after isa_vga_init() and pci_vga_init() conversionAurelien Jarno
2012-10-06mips/r4k: use the new is_vga_init() functionAurelien Jarno
2012-10-06pc: use the new pci_vga_init() and isa_vga_init() functionsAurelien Jarno
2012-10-06sun/sun4u: use the new pci_vga_init() functionAurelien Jarno
2012-10-06ppc/pSeries: use the new pci_vga_init() functionAurelien Jarno
2012-10-06ppc/prep: use the new pci_vga_init() functionAurelien Jarno
2012-10-06ppc/oldworld: use the new pci_vga_init() functionAurelien Jarno
2012-10-06ppc/newworld: use the new pci_vga_init() functionAurelien Jarno
2012-10-06alpha: use the new pci_vga_init() functionAurelien Jarno
2012-10-06mips/malta: use the new pci_vga_init() functionAurelien Jarno
2012-10-06isa: add a isa_vga_init() functionAurelien Jarno
2012-10-06pci: add a pci_vga_init() functionAurelien Jarno
2012-10-06vl.c: convert *vga_enabled functions to QOMAurelien Jarno
2012-10-06vga: rename isa_vga_init() to isa_std_vga_init()Aurelien Jarno
2012-10-06vga: rename pci_vga_init() into pci_std_vga_init()Aurelien Jarno
2012-10-05Remove libhwStefan Weil
2012-10-05versatilepb: Use symbolic indices for ARM PICStefan Weil
2012-10-05qdev: kill bogus commentEduardo Habkost
2012-10-05hw: Add missing 'static' attribute for QEMUMachineStefan Weil
2012-10-05cleanup useless return sentenceAmos Kong
2012-10-05rtc: implement century bytePaolo Bonzini
2012-10-05rtc: map CMOS index 0x37 to 0x32 on read and writesPaolo Bonzini
2012-10-05hw/r2d: add comment: this strncpy use is okJim Meyering
2012-10-05acpi: remove strzcpy (strncpy-identical) function; just use strncpyJim Meyering
2012-10-05vscsi: avoid unwarranted strncpyJim Meyering
2012-10-05virtio-9p: avoid unwarranted uses of strncpyJim Meyering
2012-10-05bt: replace fragile snprintf use and unwarranted strncpyJim Meyering
2012-10-05lm32: avoid buffer overrunJim Meyering
2012-10-05hw/9pfs: avoid buffer overrunJim Meyering
2012-10-05scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULLJim Meyering
2012-10-05hw: Fix return value check for bdrv_read, bdrv_writeStefan Weil
2012-10-04Merge remote-tracking branch 'sstabellini/xen-2012-10-03' into stagingAnthony Liguori
2012-10-04Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori