summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* fdc: force the fifo access to be in bounds of the allocated bufferPetr Matousek2015-05-121-6/+11
* hw/arm/highbank.c: Wire FIQ between CPU <> GICPeter Maydell2015-05-121-0/+3
* hw/arm/vexpress.c: Wire FIQ between CPU <> GICFabian Aggeler2015-05-121-0/+2
* hw/arm/virt.c: Wire FIQ between CPU <> GICGreg Bellows2015-05-121-0/+2
* hw/intc/arm_gic: Add grouping support to gic_update()Peter Maydell2015-05-121-5/+22
* hw/intc/arm_gic: Change behavior of IAR writesFabian Aggeler2015-05-123-8/+18
* hw/intc/arm_gic: Change behavior of EOIR writesFabian Aggeler2015-05-123-4/+14
* hw/intc/arm_gic: Handle grouping for GICC_HPPIRFabian Aggeler2015-05-121-1/+27
* hw/intc/arm_gic: Restrict priority viewFabian Aggeler2015-05-123-7/+61
* hw/intc/arm_gic: Implement Non-secure view of RPRFabian Aggeler2015-05-121-1/+18
* hw/intc/arm_gic: Make ICCICR/GICC_CTLR bankedFabian Aggeler2015-05-125-13/+72
* hw/intc/arm_gic: Make ICCBPR/GICC_BPR bankedFabian Aggeler2015-05-121-5/+26
* hw/intc/arm_gic: Make ICDDCR/GICD_CTLR bankedFabian Aggeler2015-05-125-14/+34
* hw/intc/arm_gic_kvm.c: Save and restore GICD_IGROUPRn statePeter Maydell2015-05-121-10/+20
* hw/intc/arm_gic: Add Interrupt Group RegistersFabian Aggeler2015-05-123-5/+54
* hw/intc/arm_gic: Switch to read/write callbacks with tx attributesPeter Maydell2015-05-121-54/+90
* hw/intc/arm_gic: Add Security Extensions propertyFabian Aggeler2015-05-123-1/+19
* hw/intc/arm_gic: Create outbound FIQ linesFabian Aggeler2015-05-122-1/+7
* hw/sd: Don't pass BlockBackend to sd_reset()Peter Maydell2015-05-121-9/+8
* armv7m_nvic: systick: Reload the RELOAD value and count down only if ENABLE b...Adrian Huang2015-05-121-0/+9
* Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2015-05-1214-9/+5524
|\
| * rocker: timestamp on the debug logs helps correlate with events in the VMDavid Ahern2015-05-111-1/+10
| * rocker: add new rocker switch deviceScott Feldman2015-05-1113-0/+5512
| * virtio-net: use qemu_mac_strdup_printfScott Feldman2015-05-111-9/+3
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-05-1121-566/+489
|\ \
| * | virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsiShannon Zhao2015-04-284-3/+5
| * | virtio-net: Move DEFINE_VIRTIO_NET_FEATURES to virtio-netShannon Zhao2015-04-284-7/+6
| * | pci: Merge pci_nic_init() into pci_nic_init_nofail()Thomas Huth2015-04-281-29/+14
| * | acpi: add a missing backslash to the \_SB scope.Gal Hammer2015-04-281-1/+1
| * | qmp-event: add event notification for memory hot unplug errorZhu Guihua2015-04-271-1/+9
| * | acpi: add hardware implementation for memory hot unplugZhu Guihua2015-04-274-3/+45
| * | acpi: fix "Memory device control fields" registerZhu Guihua2015-04-271-1/+1
| * | acpi: extend aml_field() to support UpdateRuleZhu Guihua2015-04-272-6/+11
| * | acpi, mem-hotplug: add unplug cb for memory deviceTang Chen2015-04-274-6/+62
| * | acpi, mem-hotplug: add unplug request cb for memory deviceTang Chen2015-04-274-5/+58
| * | acpi, mem-hotplug: add acpi_memory_slot_status() to get MemStatusTang Chen2015-04-271-6/+28
| * | pci: remove hard-coded bar size in msix_init_exclusive_bar()Jason Wang2015-04-271-11/+19
| * | virtio-pci: speedup MSI-X masking and unmaskingJason Wang2015-04-271-19/+21
| * | virtio: introduce vector to virtqueues mappingJason Wang2015-04-272-2/+42
| * | virtio-ccw: using VIRTIO_NO_VECTOR instead of 0 for invalid virtqueueJason Wang2015-04-271-1/+1
| * | ppc: spapr: add 2.4 machine typeJason Wang2015-04-271-2/+29
| * | spapr: add machine type specific instance init functionJason Wang2015-04-271-0/+23
| * | pc: add 2.4 machine typesJason Wang2015-04-272-7/+48
| * | virtio-net: fix the upper bound when trying to delete queuesJason Wang2015-04-271-1/+1
| * | vhost-user: Send VHOST_RESET_OWNER on vhost stopLuke Gorrie2015-04-271-0/+7
| * | hw/i386/acpi-build: move generic acpi building helpers into dedictated fileShannon Zhao2015-04-272-77/+58
| * | hw/i386: Move ACPI header definitions in an arch-independent locationShannon Zhao2015-04-272-369/+1
| * | acpi-build: close } in commentMichael S. Tsirkin2015-04-271-1/+1
* | | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-05-0...Peter Maydell2015-05-111-1/+0
|\ \ \ | |_|/ |/| |
| * | xhci: remove unused codeGonglei2015-05-081-1/+0
OpenPOWER on IntegriCloud