aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-06-29hw/nvme: add dw0/1 to the req completion trace eventKlaus Jensen2-1/+3
2021-06-29hw/nvme: use prinfo directly in nvme_check_prinfo and nvme_dif_checkKlaus Jensen3-66/+49
2021-06-29hw/nvme: remove assert from nvme_get_zone_by_slbaKlaus Jensen1-4/+14
2021-06-29hw/nvme: save reftag when generating piKlaus Jensen3-18/+18
2021-06-29hw/nvme: reimplement dsm to allow cancellationKlaus Jensen2-70/+157
2021-06-29hw/nvme: add nvme_block_status_all helperKlaus Jensen1-13/+28
2021-06-29hw/nvme: reimplement flush to allow cancellationKlaus Jensen3-83/+129
2021-06-29hw/nvme: default for namespace EUI-64Heinrich Schuchardt3-0/+12
2021-06-29hw/nvme: namespace parameter for EUI-64Heinrich Schuchardt3-23/+38
2021-06-29hw/nvme: fix csi field for cns 0x00 and 0x11Gollu Appalanaidu1-12/+2
2021-06-29hw/nvme: add param to control auto zone transitioning to zone state closedNiklas Cassel2-10/+23
2021-06-29hw/nvme: fix lbaf formats initializationGollu Appalanaidu1-29/+22
2021-06-29hw/nvme: add identify namespace flbas/mc enumsGollu Appalanaidu1-2/+2
2021-06-29hw/nvme: fix styleGollu Appalanaidu1-3/+3
2021-06-28Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell5-128/+139
2021-06-28hw/alpha: Provide a PCI-ISA bridge device nodeJason Thorpe4-27/+36
2021-06-28hw/alpha: Provide console information to the PALcode at start-upJason Thorpe1-1/+11
2021-06-28hw/alpha: Set minimum PCI device ID to 1 to match Clipper IRQ mappingsJason Thorpe3-5/+9
2021-06-28Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/floppy-pull-request' ...Peter Maydell12-622/+760
2021-06-25Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210624-pull-request...Peter Maydell1-12/+19
2021-06-25Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell5-31/+478
2021-06-25machine: reject -smp dies!=1 for non-PC machinesPaolo Bonzini1-0/+4
2021-06-25machine: pass QAPI struct to mc->smp_parsePaolo Bonzini2-20/+31
2021-06-25machine: add error propagation to mc->smp_parsePaolo Bonzini2-29/+33
2021-06-25machine: move common smp_parse code to callerPaolo Bonzini2-118/+110
2021-06-25machine: move dies from X86MachineState to CpuTopologyPaolo Bonzini3-11/+9
2021-06-25hw/block/fdc: Add description to floppy controllersPhilippe Mathieu-Daudé2-0/+3
2021-06-25hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.cPhilippe Mathieu-Daudé7-222/+258
2021-06-25hw/block/fdc: Extract ISA floppy controllers to fdc-isa.cPhilippe Mathieu-Daudé7-274/+331
2021-06-25hw/block/fdc: Declare shared prototypes in fdc-internal.hPhilippe Mathieu-Daudé2-122/+167
2021-06-25hw/block/fdc: Replace disabled fprintf() by trace eventPhilippe Mathieu-Daudé2-6/+2
2021-06-25hw/isa/Kconfig: Fix missing dependency ISA_SUPERIO -> FDCPhilippe Mathieu-Daudé1-0/+1
2021-06-25block: add max_hw_transfer to BlockLimitsPaolo Bonzini1-1/+1
2021-06-25scsi-generic: pass max_segments via max_iov field in BlockLimitsPaolo Bonzini1-2/+4
2021-06-25configure, meson: convert libusbredir detection to mesonPaolo Bonzini1-1/+1
2021-06-25configure, meson: convert libcacard detection to mesonPaolo Bonzini1-1/+1
2021-06-25configure, meson: convert libusb detection to mesonPaolo Bonzini1-1/+1
2021-06-24Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210624'...Peter Maydell3-3/+42
2021-06-24hw/riscv: OpenTitan: Connect the mtime and mtimecmp timerAlistair Francis1-3/+11
2021-06-24hw/timer: Initial commit of Ibex TimerAlistair Francis2-0/+306
2021-06-24hw/char/ibex_uart: Make the register layout privateAlistair Francis1-0/+37
2021-06-24hw/char: QOMify sifive_uartLukas Jünger1-10/+104
2021-06-24hw/char: Consistent function names for sifive_uartLukas Jünger1-22/+24
2021-06-24hw/audio/sb16: Restrict I/O sampling rate range for command 41h/42hQiang Liu1-12/+19
2021-06-22Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210621' into...Peter Maydell6-24/+73
2021-06-21hw/acpi: Provide function acpi_ghes_present()Peter Maydell2-0/+22
2021-06-21hw/acpi: Provide stub version of acpi_ghes_record_errors()Peter Maydell2-3/+20
2021-06-21Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell1-0/+24
2021-06-21s390x/css: Add passthrough IRBEric Farman3-1/+20
2021-06-21s390x/css: Refactor IRB constructionEric Farman3-16/+31