]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2021-03-09 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2021-03-09 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2021-03-09 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-03-08 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-03-08 Peter MaydellMerge remote-tracking branch 'remotes/philmd-gitlab...
2021-03-08 Connor Kuehlblockdev: Clarify error messages pertaining to 'node...
2021-03-08 Connor Kuehlblock: Clarify error messages pertaining to 'node-name'
2021-03-08 Kevin Wolfdocs: qsd: Explain --export nbd,name=... default
2021-03-08 Vladimir Sementsov... MAINTAINERS: update parallels block driver
2021-03-08 Vladimir Sementsov... iotests: add parallels-read-bitmap test
2021-03-08 Vladimir Sementsov... iotests.py: add unarchive_sample_image() helper
2021-03-08 Vladimir Sementsov... parallels: support bitmap extension for read-only mode
2021-03-08 Vladimir Sementsov... block/parallels: BDRVParallelsState: add cluster_size...
2021-03-08 Vladimir Sementsov... parallels.txt: fix bitmap L1 table description
2021-03-08 Vladimir Sementsov... qcow2-bitmap: make bytes_covered_by_bitmap_cluster...
2021-03-08 Stefan Hajnocziblock/export: port virtio-blk read/write range check
2021-03-08 Stefan Hajnocziblock/export: port virtio-blk discard/write zeroes...
2021-03-08 Stefan Hajnocziblock/export: fix vhost-user-blk export sector number...
2021-03-08 Stefan Hajnocziblock/export: use VIRTIO_BLK_SECTOR_BITS
2021-03-08 Stefan Hajnocziblock/export: fix blk_size double byteswap
2021-03-08 Stefan Hajnoczilibqtest: add qtest_remove_abrt_handler()
2021-03-08 Stefan Hajnoczilibqtest: add qtest_kill_qemu()
2021-03-08 Stefan Hajnoczilibqtest: add qtest_socket_server()
2021-03-08 Stefan Hajnoczivhost-user-blk: fix blkcfg->num_queues endianness
2021-03-08 Stefan Hajnoczidocs: replace insecure /tmp examples in qsd docs
2021-03-08 Stefan Hajnoczidocs: show how to spawn qemu-storage-daemon with fd...
2021-03-08 Stefan Hajnocziqemu-storage-daemon: add --pidfile option
2021-03-08 Paolo Bonzinistorage-daemon: include current command line option...
2021-03-08 Paolo Bonzinistorage-daemon: report unexpected arguments on the fly
2021-03-08 Stefano Garzarellablockjob: report a better error message
2021-03-08 Eric Blakeiotests: Fix up python style in 300
2021-03-08 Max Reitziotests/283: Check that finalize drops backup-top
2021-03-08 Max Reitzbackup-top: Refuse I/O in inactive state
2021-03-08 Max Reitzbackup: Remove nodes from job in .clean()
2021-03-08 Alberto Garciaiotests: Drop deprecated 'props' from object-add
2021-03-08 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-03-08 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2021-03-08 Peter Maydellhw/arm/mps2: Update old infocenter.arm.com URLs
2021-03-08 Peter Maydelldocs/system/arm/mps2.rst: Document the new mps3-an524...
2021-03-08 Peter Maydellhw/arm/mps2-tz: Provide PL031 RTC on mps3-an524
2021-03-08 Peter Maydellhw/arm/mps2-tz: Stub out USB controller for mps3-an524
2021-03-07 Mark Cave-Aylandesp: add support for unaligned accesses
2021-03-07 Mark Cave-Aylandesp: implement non-DMA transfers in PDMA mode
2021-03-07 Mark Cave-Aylandesp: add trivial implementation of the ESP_RFLAGS register
2021-03-07 Mark Cave-Aylandesp: convert cmdbuf from array to Fifo8
2021-03-07 Mark Cave-Aylandesp: convert ti_buf from array to Fifo8
2021-03-07 Mark Cave-Aylandesp: transition to message out phase after SATN and...
2021-03-07 Mark Cave-Aylandesp: add maxlen parameter to get_cmd()
2021-03-07 Mark Cave-Aylandesp: raise interrupt after every non-DMA byte transferr...
2021-03-07 Mark Cave-Aylandesp: remove old deferred command completion mechanism
2021-03-07 Mark Cave-Aylandesp: defer command completion interrupt on incoming...
2021-03-07 Mark Cave-Aylandesp: latch individual bits in ESP_RINTR register
2021-03-07 Mark Cave-Aylandesp: implement FIFO flush command
2021-03-07 Mark Cave-Aylandesp: add 4 byte PDMA read and write transfers
2021-03-07 Mark Cave-Aylandesp: remove pdma_origin from ESPState
2021-03-07 Mark Cave-Aylandesp: use FIFO for PDMA transfers between initiator...
2021-03-07 Mark Cave-Aylandesp: fix PDMA target selection
2021-03-07 Mark Cave-Aylandesp: rename get_cmd_cb() to esp_select()
2021-03-07 Mark Cave-Aylandesp: remove CMD pdma_origin
2021-03-07 Mark Cave-Aylandesp: use in-built TC to determine PDMA transfer length
2021-03-07 Mark Cave-Aylandesp: use ti_wptr/ti_rptr to manage the current FIFO...
2021-03-07 Mark Cave-Aylandesp: move PDMA length adjustments into esp_pdma_read...
2021-03-07 Mark Cave-Aylandesp: remove redundant pdma_start from ESPState
2021-03-07 Mark Cave-Aylandesp: remove the buf and buflen parameters from get_cmd()
2021-03-07 Mark Cave-Aylandesp: remove buf parameter from do_cmd()
2021-03-07 Mark Cave-Aylandesp: accumulate SCSI commands for PDMA transfers in...
2021-03-07 Mark Cave-Aylandesp: move pdma_len and TC logic into esp_pdma_read...
2021-03-07 Mark Cave-Aylandesp: use pdma_origin directly in esp_pdma_read()/esp_pd...
2021-03-07 Mark Cave-Aylandesp: introduce esp_pdma_read() and esp_pdma_write(...
2021-03-07 Mark Cave-Aylandesp: remove minlen restriction in handle_ti
2021-03-07 Mark Cave-Aylandesp: remove dma_left from ESPState
2021-03-07 Mark Cave-Aylandesp: remove dma_counter from ESPState
2021-03-07 Mark Cave-Aylandesp: apply transfer length adjustment when STC is zero...
2021-03-07 Mark Cave-Aylandesp: introduce esp_get_stc()
2021-03-07 Mark Cave-Aylandesp: introduce esp_get_tc() and esp_set_tc()
2021-03-07 Mark Cave-Aylandesp: determine transfer direction directly from SCSI...
2021-03-07 Mark Cave-Aylandesp: add PDMA trace events
2021-03-07 Mark Cave-Aylandesp: fix esp_reg_read() trace event
2021-03-07 Mark Cave-Aylandesp: add trace event when receiving a TI command
2021-03-07 Mark Cave-Aylandesp: add vmstate_esp version to embedded ESPState
2021-03-07 Mark Cave-Aylandesp: QOMify the internal ESP device state
2021-03-07 Mark Cave-Aylandesp: rename existing ESP QOM type to SYSBUS_ESP
2021-03-07 Mark Cave-Aylandesp: checkpatch fixes
2021-03-07 Philippe Mathieu... target/hexagon/opcodes: Add missing varargs cleanup
2021-03-07 Taylor Simpsontarget/hexagon: Fix shift amount check in fASHIFTL...
2021-03-07 Philippe Mathieu... exec: Poison Hexagon target-specific definitions
2021-03-06 Richard Hendersonaccel/tcg: Precompute curr_cflags into cpu->tcg_cflags
2021-03-06 Alex Bennéeinclude/exec: lightly re-arrange TranslationBlock
2021-03-06 Alex Bennéeaccel/tcg: drop the use of CF_HASH_MASK and rename...
2021-03-06 Alex Bennéeaccel/tcg: move CF_CLUSTER calculation to curr_cflags
2021-03-06 Alex Bennéeaccel/tcg: rename tb_lookup__cpu_state and hoist state...
2021-03-06 Richard Hendersontcg/tci: Merge mov, not and neg operations
2021-03-06 Richard Hendersontcg/tci: Merge bswap operations
2021-03-06 Richard Hendersontcg/tci: Merge extension operations
2021-03-06 Richard Hendersontcg/tci: Merge basic arithmetic operations
2021-03-06 Richard Hendersontcg/tci: Reduce use of tci_read_r64
2021-03-06 Richard Hendersontcg/tci: Remove tci_read_r32s
2021-03-06 Richard Hendersontcg/tci: Remove tci_read_r32
2021-03-06 Richard Hendersontcg/tci: Remove tci_read_r16s
2021-03-06 Richard Hendersontcg/tci: Remove tci_read_r16
next