projects
/
qemu.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
qemu.git
2024-02-13
Mark Cave-Ayland
esp.c: move CMD_TI end of message phase detection to...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: move CMD_SELATN end of message phase detection...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: untangle MESSAGE OUT and COMMAND phase logic...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: untangle MESSAGE OUT and COMMAND phase logic...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: untangle MESSAGE OUT and COMMAND phase logic...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: remove do_cmd from ESPState
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: convert esp_reg_write() do_cmd path to check...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: convert esp_do_nodma() do_cmd path to check...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: convert do_dma_pdma_cb() do_cmd path to check...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: convert esp_do_dma() do_cmd path to check for...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: convert esp_do_nodma() to switch statement based...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: convert do_dma_pdma_db() to switch statement...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: convert esp_do_dma() to switch statement based...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: introduce esp_get_phase() function
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: remove s_without_satn_pdma_cb() PDMA callback
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: move end of SCSI transfer check after TC adjustm...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: update esp_do_dma() bypass if async_len is zero...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: copy logic for do_cmd transfers from do_dma_pdma...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: copy PDMA logic for transfers to device from...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: rename esp_dma_done() to esp_dma_ti_check()
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: move TC and FIFO check logic into esp_dma_done()
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: fix premature end of phase logic esp_command_com...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: consolidate async_len and TC == 0 checks in...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: update end of transfer logic at the end of esp_t...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: remove unneeded if() check in esp_transfer_data()
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: remove unaligned adjustment in do_dma_pdma_cb...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: remove TC adjustment in esp_do_dma() from device...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: don't immediately raise INTR_BS if SCSI data...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: ensure that the PDMA callback is called for...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: update condition for esp_dma_done() in esp_do_dm...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: update condition for esp_dma_done() in esp_do_dm...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: remove zero transfer size check from esp_do_dma()
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: don't clear RFLAGS register when DMA is complete
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: don't reset the TC and ESP_RSEQ state when execu...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: remove MacOS TI workaround that pads FIFO transf...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: remove another set of manual STAT_TC updates
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: introduce esp_set_phase() helper function
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: decrement the TC during MESSAGE OUT and COMMAND...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: don't accumulate directly into cmdfifo
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: remove unused case from esp_pdma_read()
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: move buffer and TC logic into separate to/from...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: update TC check logic in do_dma_pdma_cb() to...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: move command execution logic to new esp_run_cmd...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: start removal of manual STAT_TC setting when...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: update esp_set_tc() to set STAT_TC flag
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: move esp_select() to ESP selection commands...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: remove FIFO clear from esp_select()
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: add FIFO wraparound support to esp_fifo_pop_buf()
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: move existing request cancel check into esp_select()
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Mark Cave-Ayland
esp.c: don't clear cmdfifo when esp_select() fails...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Peter Maydell
Merge tag 'hppa64-pull-request' of https://github.com...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Peter Maydell
Merge tag 'pull-trivial-patches' of https://gitlab...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Peter Maydell
Merge tag 'pull-qapi-2024-02-12' of https://repo.or...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Philippe Mathieu...
monitor/target: Include missing 'exec/memory.h' header
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Philippe Mathieu...
cpu-target: Include missing 'exec/memory.h' header
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
BALATON Zoltan
system: Move memory_ldst.c.inc to system
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
BALATON Zoltan
qemu-options.hx: Add zoom-to-fit to option summary...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Michael Tokarev
qemu-options.hx: document that tftp=dir is readonly
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Kevin Wolf
iothread: Simplify expression in qemu_in_iothread()
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Michael Tokarev
qemu-nbd: mention --tls-hostname option in qemu-nbd...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Markus Armbruster
MAINTAINERS: Cover qapi/stats.json
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Markus Armbruster
MAINTAINERS: Cover qapi/cxl.json
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Akihiko Odaki
hw/smbios: Fix port connector option validation
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Akihiko Odaki
hw/smbios: Fix OEM strings table option validation
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Zhao Liu
hw/arm/smmuv3: Consolidate the use of device_class_set_...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Zhao Liu
hw/intc/s390_flic: Consolidate the use of device_class_...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Zhao Liu
hw/isa/pc87312: Consolidate the use of device_class_set...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-13
Zhao Liu
hw/isa/vt82c686: Consolidate the use of device_class_se...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Helge Deller
hw/hppa/machine: Load 64-bit firmware on 64-bit machines
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Peter Maydell
Merge tag 'pull-maintainer-updates-090224-1' of https...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Peter Maydell
Merge tag 'misc-fixes-pull-request' of https://gitlab...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Markus Armbruster
MAINTAINERS: Cover qapi/stats.json
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Markus Armbruster
MAINTAINERS: Cover qapi/cxl.json
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Peter Xu
qapi/migration: Add missing tls-authz documentation
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Markus Armbruster
qapi: Add missing union tag documentation
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Markus Armbruster
qapi: Move @String out of common.json to discourage...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Markus Armbruster
qapi: Improve documentation of file descriptor socket...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Markus Armbruster
qapi: Plug trivial documentation holes around former...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Markus Armbruster
qapi/dump: Clean up documentation of DumpGuestMemoryCap...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Markus Armbruster
qapi/yank: Clean up documentaion of yank
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Markus Armbruster
qga/qapi-schema: Plug trivial documentation holes
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Markus Armbruster
qga/qapi-schema: Clean up documentation of guest-set...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Markus Armbruster
qga/qapi-schema: Clean up documentation of guest-set...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Markus Armbruster
qapi: Require member documentation (with loophole)
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Markus Armbruster
sphinx/qapidoc: Drop code to generate doc for simple...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Markus Armbruster
qapi: Indent tagged doc comment sections properly
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Markus Armbruster
qapi/block-core: Fix BlockLatencyHistogramInfo doc...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Markus Armbruster
docs/devel/qapi-code-gen: Tweak doc comment whitespace
commit
|
commitdiff
|
tree
|
snapshot
2024-02-12
Markus Armbruster
docs/devel/qapi-code-gen: Normalize version refs x...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-11
Helge Deller
target/hppa: Update SeaBIOS-hppa to version 16
commit
|
commitdiff
|
tree
|
snapshot
2024-02-11
Sven Schnelle
hw/net/tulip: add chip status register values
commit
|
commitdiff
|
tree
|
snapshot
2024-02-11
Helge Deller
target/hppa: PDC_BTLB_INFO uses 32-bit ints
commit
|
commitdiff
|
tree
|
snapshot
2024-02-11
Helge Deller
target/hppa: Allow read-access to PSW with rsm 0,reg...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-11
Helge Deller
lasi: Add reset I/O ports for LASI audio and FDC
commit
|
commitdiff
|
tree
|
snapshot
2024-02-11
Helge Deller
target/hppa: Implement do_transaction_failed handler...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-11
Helge Deller
lasi: allow access to LAN MAC address registers
commit
|
commitdiff
|
tree
|
snapshot
2024-02-11
Helge Deller
hw/pci-host/astro: Implement Hard Fail and Soft Fail...
commit
|
commitdiff
|
tree
|
snapshot
2024-02-11
Helge Deller
hw/pci-host/astro: Avoid aborting on access failure
commit
|
commitdiff
|
tree
|
snapshot
2024-02-11
Helge Deller
target/hppa: Add "diag 0x101" for console output support
commit
|
commitdiff
|
tree
|
snapshot
2024-02-11
Helge Deller
disas/hppa: Add disassembly for qemu specific instructions
commit
|
commitdiff
|
tree
|
snapshot
next