Age | Commit message (Expand) | Author | Files | Lines |
2020-06-17 | block: consolidate blocksize properties consistency checks | Roman Kagan | 11 | -26/+57 |
2020-06-17 | virtio-blk: store opt_io_size with correct size | Roman Kagan | 1 | -1/+1 |
2020-06-17 | .gitignore: Ignore storage-daemon files | Roman Bolshakov | 1 | -8/+9 |
2020-06-17 | hw/block/nvme: verify msix_init_exclusive_bar() return value | Klaus Jensen | 1 | -3/+10 |
2020-06-17 | hw/block/nvme: add msix_qsize parameter | Klaus Jensen | 2 | -4/+14 |
2020-06-17 | hw/block/nvme: Verify msix_vector_use() returned value | Philippe Mathieu-Daudé | 1 | -1/+4 |
2020-06-17 | hw/block/nvme: factor out controller identify setup | Klaus Jensen | 1 | -23/+26 |
2020-06-17 | hw/block/nvme: do cmb/pmr init as part of pci init | Klaus Jensen | 1 | -6/+6 |
2020-06-17 | hw/block/nvme: factor out pmr setup | Klaus Jensen | 1 | -44/+51 |
2020-06-17 | hw/block/nvme: factor out cmb setup | Klaus Jensen | 1 | -19/+24 |
2020-06-17 | hw/block/nvme: factor out pci setup | Klaus Jensen | 1 | -12/+18 |
2020-06-17 | hw/block/nvme: factor out namespace setup | Klaus Jensen | 1 | -20/+26 |
2020-06-17 | hw/block/nvme: add namespace helpers | Klaus Jensen | 2 | -2/+18 |
2020-06-17 | hw/block/nvme: factor out block backend setup | Klaus Jensen | 1 | -3/+10 |
2020-06-17 | hw/block/nvme: factor out device state setup | Klaus Jensen | 1 | -9/+13 |
2020-06-17 | hw/block/nvme: factor out property/constraint checks | Klaus Jensen | 1 | -18/+30 |
2020-06-17 | hw/block/nvme: remove redundant cmbloc/cmbsz members | Klaus Jensen | 2 | -7/+2 |
2020-06-17 | hw/block/nvme: add max_ioqpairs device parameter | Klaus Jensen | 2 | -21/+33 |
2020-06-17 | hw/block/nvme: fix pin-based interrupt behavior | Klaus Jensen | 2 | -5/+9 |
2020-06-17 | hw/block/nvme: refactor nvme_addr_read | Klaus Jensen | 1 | -4/+12 |
2020-06-17 | hw/block/nvme: use constants in identify | Klaus Jensen | 2 | -4/+12 |
2020-06-17 | hw/block/nvme: move device parameters to separate struct | Klaus Jensen | 2 | -26/+34 |
2020-06-17 | hw/block/nvme: remove superfluous breaks | Klaus Jensen | 1 | -4/+0 |
2020-06-17 | hw/block/nvme: rename trace events to pci_nvme | Klaus Jensen | 2 | -190/+188 |
2020-06-17 | hw/block/nvme: fix pci doorbell size calculation | Klaus Jensen | 1 | -1/+6 |
2020-06-17 | qcow2: Tweak comments on qcow2_get_persistent_dirty_bitmap_size | Eric Blake | 1 | -4/+5 |
2020-06-17 | block: Refactor subdirectory recursion during make | Eric Blake | 2 | -1/+2 |
2020-06-17 | virtio-blk: On restart, process queued requests in the proper context | Sergio Lopez | 3 | -7/+21 |
2020-06-17 | virtio-blk: Refactor the code that processes queued requests | Sergio Lopez | 2 | -5/+12 |
2020-06-17 | icount: make dma reads deterministic | Pavel Dovgalyuk | 1 | -0/+22 |
2020-06-17 | hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer | Philippe Mathieu-Daudé | 5 | -27/+27 |
2020-06-16 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-16... | Peter Maydell | 34 | -67/+909 |
2020-06-16 | plugins: new lockstep plugin for debugging TCG changes | Alex Bennée | 3 | -1/+343 |
2020-06-16 | tests/tcg: ensure -cpu max also used for plugin run | Alex Bennée | 2 | -1/+3 |
2020-06-16 | tests/tcg: build plugin list from contents of src directory | Alex Bennée | 3 | -7/+8 |
2020-06-16 | cirrus.yml: serialise make check | Alex Bennée | 1 | -3/+3 |
2020-06-16 | Revert ".shippable: temporaily disable some cross builds" | Alex Bennée | 1 | -6/+6 |
2020-06-16 | tests: Disable select tests under TSan, which hit TSan issue. | Robert Foley | 2 | -4/+12 |
2020-06-16 | docs: Added details on TSan to testing.rst | Robert Foley | 1 | -0/+107 |
2020-06-16 | util: Added tsan annotate for thread name. | Robert Foley | 1 | -0/+2 |
2020-06-16 | include/qemu: Added tsan.h for annotations. | Robert Foley | 1 | -0/+71 |
2020-06-16 | tests/docker: Added docker build support for TSan. | Robert Foley | 4 | -0/+133 |
2020-06-16 | thread: add tsan annotations to QemuSpin | Emilio G. Cota | 1 | -3/+36 |
2020-06-16 | translate-all: call qemu_spin_destroy for PageDesc | Emilio G. Cota | 1 | -0/+9 |
2020-06-16 | tcg: call qemu_spin_destroy for tb->jmp_lock | Emilio G. Cota | 3 | -0/+18 |
2020-06-16 | qht: call qemu_spin_destroy for head buckets | Emilio G. Cota | 1 | -0/+1 |
2020-06-16 | cputlb: destroy CPUTLB with tlb_destroy | Emilio G. Cota | 3 | -0/+24 |
2020-06-16 | thread: add qemu_spin_destroy | Emilio G. Cota | 1 | -0/+3 |
2020-06-16 | cpu: convert queued work to a QSIMPLEQ | Emilio G. Cota | 4 | -22/+24 |
2020-06-16 | configure: add --enable-tsan flag + fiber annotations for coroutine-ucontext | Lingfeng Yang | 2 | -10/+103 |