summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-12-14Adding BAR0 for e500 PCI controllerBharat Bhushan3-10/+91
2012-12-14e500: Adding CCSR memory regionBharat Bhushan1-23/+40
2012-12-14pseries: Implement PAPR NVRAMDavid Gibson4-1/+232
2012-12-14pseries: Split xics irq configuration from state informationDavid Gibson1-12/+8
2012-12-14pseries: Add tracepoints to the XICS interrupt controllerDavid Gibson1-3/+20
2012-12-14pseries: Allow RTAS tokens without a qemu handlerBen Herrenschmidt1-1/+1
2012-12-14pseries: Return the token when we register an RTAS callMichael Ellerman2-3/+3
2012-12-14pseries: Use #define for XICS base irq numberBen Herrenschmidt3-2/+3
2012-12-14pseries: Fix incorrect initialization of interrupt controllerDavid Gibson1-1/+1
2012-12-13Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori18-47/+33
2012-12-13Merge remote-tracking branch 'pmaydell/arm-devs.next' into stagingAnthony Liguori9-37/+106
2012-12-13hw/ds1338.c: Fix handling of DAY (wday) register.Antoine Mathys1-3/+12
2012-12-13hw/ds1338.c: Implement support for the control register.Antoine Mathys1-4/+13
2012-12-13hw/ds1338.c: Ensure state is properly initialized.Antoine Mathys1-0/+12
2012-12-13hw/ds1338.c: Fix handling of HOURS register.Antoine Mathys1-11/+18
2012-12-13hw/ds1338.c: Add definitions for various flags in the RTC registers.Antoine Mathys1-0/+6
2012-12-13hw/ds1338.c: Correct bug in conversion to BCD.Antoine Mathys1-2/+2
2012-12-13atapi: reset cdrom tray statuses on ide_resetPavel Hrdina1-0/+2
2012-12-12pci: prepare makefiles for pci code reorganizationMichael S. Tsirkin1-0/+1
2012-12-12Fixup q35/ich9 LicensesJason Baron3-36/+23
2012-12-11use qemu_opts_create_nofailDong Xu Wang1-1/+1
2012-12-11exynos4210/mct: Avoid infinite loop on non incremental timersJean-Christophe DUBOIS1-1/+1
2012-12-11hw/arm_gic: fix target CPUs affected by set enable/pending opsDaniel Sangorrin1-2/+3
2012-12-11xilinx_zynq: Add one variable to avoid overwriting QSPI buswalimis1-4/+5
2012-12-11hw/arm_gic_common: Correct GICC_PMR reset value for newer GICsPeter Maydell2-2/+8
2012-12-11hw/arm_gic: Fix comparison with priority mask registerPeter Maydell1-1/+1
2012-12-11hw/arm_boot, exynos4210, highbank: Fix secondary boot GIC initPeter Maydell3-8/+26
2012-12-11Support default block interfaces per QEMUMachineChristian Borntraeger14-44/+30
2012-12-11virtio-blk: Remove duplicate property definitionDavid Gibson2-2/+0
2012-12-10vfio-pci: Don't use kvm_irqchip_in_kernelAlex Williamson1-2/+3
2012-12-10Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2-13/+6
2012-12-10Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori8-22/+19
2012-12-10Merge remote-tracking branch 'kraxel/acpi.1' into stagingAnthony Liguori11-415/+317
2012-12-10Merge remote-tracking branch 'kraxel/usb.74' into stagingAnthony Liguori13-9/+168
2012-12-08Merge branch 'master' of git.qemu-project.org:/pub/git/qemuBlue Swirl2-5/+6
2012-12-07pc_sysfw: Plug memory leak on pc_fw_add_pflash_drv() error pathMarkus Armbruster1-1/+3
2012-12-07Fix spelling in comments and documentationStefan Weil1-3/+3
2012-12-07Clean up pci_drive_hot_add()'s use of BlockInterfaceTypeMarkus Armbruster2-11/+7
2012-12-07arm: a9mpcore: remove un-used ptimer_iomem fieldPeter Crosthwaite1-1/+0
2012-12-07s390x: Spelling fixes (endianess -> endianness, occured -> occurred)Stefan Weil2-4/+4
2012-12-07sd: Send debug printfery to stderr not stdoutPeter Crosthwaite1-2/+2
2012-12-06qdev: qdev_create(): use error_report() instead of hw_error()Eduardo Habkost1-3/+5
2012-12-06Create qemu-types.h for struct typedefsEduardo Habkost1-10/+1
2012-12-05xilinx_uartlite: Accept input after rx FIFO popPeter Crosthwaite1-0/+1
2012-12-05xilinx_uartlite: suppress "cannot receive message"Peter Crosthwaite1-5/+1
2012-12-05xilinx_axienet: Implement R_IS behaviourPeter Crosthwaite1-0/+4
2012-12-04hw/dma.c: Replace register_ioport_*Julien Grall1-36/+70
2012-12-04hw/pc.c: Replace register_ioport_*Julien Grall1-9/+40
2012-12-04serial: Replace register_ioport_*Julien Grall3-4/+5
2012-12-04hw/cirrus_vga.c: Replace register_ioport_*Julien Grall1-20/+28