index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-03-09
exec/memory: Use struct Object typedef
Philippe Mathieu-Daudé
2021-03-09
fuzz-test: remove unneccessary debugging flags
Alexander Bulekov
2021-03-09
net: Use id_generate() in the network subsystem, too
Thomas Huth
2021-03-09
MAINTAINERS: Fix the location of tools manuals
Wainer dos Santos Moschetta
2021-03-09
vhost_user_gpu: Drop dead check for g_malloc() failure
Markus Armbruster
2021-03-09
backends/dbus-vmstate: Fix short read error handling
Markus Armbruster
2021-03-09
target/hexagon/gen_tcg_funcs: Fix a typo
Philippe Mathieu-Daudé
2021-03-09
hw/elf_ops: Fix a typo
Philippe Mathieu-Daudé
2021-03-09
scsi: Silence gcc warning
Eric Blake
2021-03-09
Various spelling fixes
Michael Tokarev
2021-03-09
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210307' into...
Peter Maydell
2021-03-09
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-hex-20210306' into...
Peter Maydell
2021-03-08
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210306' into...
Peter Maydell
2021-03-08
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-20210306' in...
Peter Maydell
2021-03-08
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-03-08
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210308'...
Peter Maydell
2021-03-08
hw/arm/mps2: Update old infocenter.arm.com URLs
Peter Maydell
2021-03-08
docs/system/arm/mps2.rst: Document the new mps3-an524 board
Peter Maydell
2021-03-08
hw/arm/mps2-tz: Provide PL031 RTC on mps3-an524
Peter Maydell
2021-03-08
hw/arm/mps2-tz: Stub out USB controller for mps3-an524
Peter Maydell
2021-03-07
esp: add support for unaligned accesses
Mark Cave-Ayland
2021-03-07
esp: implement non-DMA transfers in PDMA mode
Mark Cave-Ayland
2021-03-07
esp: add trivial implementation of the ESP_RFLAGS register
Mark Cave-Ayland
2021-03-07
esp: convert cmdbuf from array to Fifo8
Mark Cave-Ayland
2021-03-07
esp: convert ti_buf from array to Fifo8
Mark Cave-Ayland
2021-03-07
esp: transition to message out phase after SATN and stop command
Mark Cave-Ayland
2021-03-07
esp: add maxlen parameter to get_cmd()
Mark Cave-Ayland
2021-03-07
esp: raise interrupt after every non-DMA byte transferred to the FIFO
Mark Cave-Ayland
2021-03-07
esp: remove old deferred command completion mechanism
Mark Cave-Ayland
2021-03-07
esp: defer command completion interrupt on incoming data transfers
Mark Cave-Ayland
2021-03-07
esp: latch individual bits in ESP_RINTR register
Mark Cave-Ayland
2021-03-07
esp: implement FIFO flush command
Mark Cave-Ayland
2021-03-07
esp: add 4 byte PDMA read and write transfers
Mark Cave-Ayland
2021-03-07
esp: remove pdma_origin from ESPState
Mark Cave-Ayland
2021-03-07
esp: use FIFO for PDMA transfers between initiator and device
Mark Cave-Ayland
2021-03-07
esp: fix PDMA target selection
Mark Cave-Ayland
2021-03-07
esp: rename get_cmd_cb() to esp_select()
Mark Cave-Ayland
2021-03-07
esp: remove CMD pdma_origin
Mark Cave-Ayland
2021-03-07
esp: use in-built TC to determine PDMA transfer length
Mark Cave-Ayland
2021-03-07
esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMA
Mark Cave-Ayland
2021-03-07
esp: move PDMA length adjustments into esp_pdma_read()/esp_pdma_write()
Mark Cave-Ayland
2021-03-07
esp: remove redundant pdma_start from ESPState
Mark Cave-Ayland
2021-03-07
esp: remove the buf and buflen parameters from get_cmd()
Mark Cave-Ayland
2021-03-07
esp: remove buf parameter from do_cmd()
Mark Cave-Ayland
2021-03-07
esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_buf
Mark Cave-Ayland
2021-03-07
esp: move pdma_len and TC logic into esp_pdma_read()/esp_pdma_write()
Mark Cave-Ayland
2021-03-07
esp: use pdma_origin directly in esp_pdma_read()/esp_pdma_write()
Mark Cave-Ayland
2021-03-07
esp: introduce esp_pdma_read() and esp_pdma_write() functions
Mark Cave-Ayland
2021-03-07
esp: remove minlen restriction in handle_ti
Mark Cave-Ayland
2021-03-07
esp: remove dma_left from ESPState
Mark Cave-Ayland
[next]