aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-07-27target-or32: Add target stubs and QOM cpuJia Liu
2012-07-27virtio-scsi: enable MSI-X supportPaolo Bonzini
2012-07-27virtio-scsi: add ioeventfd supportPaolo Bonzini
2012-07-27virtio-scsi: report parameter change eventsPaolo Bonzini
2012-07-27virtio-scsi: do not report dropped events after resetPaolo Bonzini
2012-07-27virtio-scsi: Report missed eventsPaolo Bonzini
2012-07-27virtio-scsi: Implement hotplug support for virtio-scsiCong Meng
2012-07-27scsi: report parameter changes to HBA driversPaolo Bonzini
2012-07-27scsi-disk: report resized disk via sense codesPaolo Bonzini
2012-07-27scsi: establish precedence levels for unit attentionPaolo Bonzini
2012-07-27scsi: introduce hotplug() and hot_unplug() interfaces for SCSI busCong Meng
2012-07-27scsi: add tracepoint for scsi_req_cancelPaolo Bonzini
2012-07-27scsi-disk: removable hard disks support load/ejectPaolo Bonzini
2012-07-26scsi-disk: Fail medium writes with proper sense for readonly LUNsRonnie Sahlberg
2012-07-26scsi-disk: improve the lba-out-of-range tests for read/write/verifyRonnie Sahlberg
2012-07-26scsi-disk: rd/wr/vr-protect !=0 is an errorRonnie Sahlberg
2012-07-26scsi-disk: support toggling the write cachePaolo Bonzini
2012-07-26scsi-disk: parse MODE SELECT commands and parametersPaolo Bonzini
2012-07-26scsi-disk: fix changeable values for MODE_PAGE_R_W_ERRORPaolo Bonzini
2012-07-26scsi-disk: adjust offsets in MODE SENSE by 2Paolo Bonzini
2012-07-26scsi-disk: support emulated TO_DEV requestsPaolo Bonzini
2012-07-26scsi-disk: separate read_data/write_data implementation for emulate_reqopsPaolo Bonzini
2012-07-26scsi-disk: split scsi-disk reqopsPaolo Bonzini
2012-07-26scsi-disk: move all non-DMA commands to scsi_disk_emulate_commandPaolo Bonzini
2012-07-26scsi-disk: make discard asynchronousPaolo Bonzini
2012-07-26scsi-disk: let the user customize vendor and product nameDmitry Fleytman
2012-07-26scsi-block: remove properties that are not relevant for passthroughPaolo Bonzini
2012-07-26lsi: avoid redundant tests of s->current != NULLPaolo Bonzini
2012-07-26lsi: introduce lsi_request_freePaolo Bonzini
2012-07-26lsi: use qdev_reset_allPaolo Bonzini
2012-07-26megasas: fix misuse of scsi_req_abortPaolo Bonzini
2012-07-26megasas: Replace trace_megasas_dcmd_dump_frame()Hannes Reinecke
2012-07-23Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori
2012-07-23Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
2012-07-21qdev: Fix Open Firmware commentStefan Weil
2012-07-21Use macro QEMU_PACKED for new packed structuresStefan Weil
2012-07-21powerpc pci: fixed packing of ranges[]Alexey Kardashevskiy
2012-07-20exynos4210: add Exynos4210 i2c implementationMitsyanko Igor
2012-07-20hw/exynos4210_rtc.c: remove unnecessary codeOleg Ogurtsov
2012-07-20hw/exynos4210_rtc.c: Fix calculating for value of yearOleg Ogurtsov
2012-07-20hw/vexpress.c: Allow >4GB of RAM for Cortex-A15 daughterboardPeter Maydell
2012-07-20hw/arm_boot.c: Support DTBs which use 64 bit addressesPeter Maydell
2012-07-20hw/arm_boot.c: Check for RAM sizes exceeding ATAGS capacityPeter Maydell
2012-07-20hw/arm_boot.c: Consistently use ram_size from arm_boot_info structPeter Maydell
2012-07-20hw/arm_boot.c: Make ram_size a uint64_tPeter Maydell
2012-07-20hw/pl011.c: Avoid crash on read when no chr backend presentPeter Maydell
2012-07-19msi/msix: added API to set MSI message address and dataAlexey Kardashevskiy
2012-07-19pci: Add INTx routing notifierJan Kiszka
2012-07-19pci: Add pci_device_route_intx_to_irqMichael S. Tsirkin