index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
qtest
/
libqos
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests/qtest : Use `g_assert_cmphex` instead of `g_assert_cmpuint`
Inès Varhol
2024-04-25
1
-2
/
+2
*
qtest/libqos: Reduce size_to_prdtl() declaration scope
Philippe Mathieu-Daudé
2024-04-02
2
-2
/
+1
*
libqos/virtio.c: Correct 'flags' reading in qvirtqueue_kick
Zheyu Ma
2024-03-25
1
-1
/
+1
*
tests/libqos: add riscv/virt machine nodes
Daniel Henrique Barboza
2024-03-08
2
-0
/
+138
*
tests: bump QOS_PATH_MAX_ELEMENT_SIZE again
Alex Bennée
2024-03-06
1
-1
/
+1
*
libqos/virtio.c: fix 'avail_event' offset in qvring_init()
Daniel Henrique Barboza
2024-03-01
1
-1
/
+1
*
libqos/virtio.c: init all elems in qvring_indirect_desc_setup()
Daniel Henrique Barboza
2024-03-01
1
-6
/
+19
*
igb: RX payload guest writting refactoring
Tomasz Dzieciol
2023-09-18
1
-0
/
+5
*
tests/: spelling fixes
Michael Tokarev
2023-09-08
3
-4
/
+4
*
hw/ide/ahci: PxCI should not get cleared when ERR_STAT is set
Niklas Cassel
2023-09-06
2
-31
/
+83
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
2023-07-11
3
-0
/
+209
|
\
|
*
tests/qtest: enable tests for virtio-scmi
Milan Zamazal
2023-07-10
3
-0
/
+209
*
|
tests/qtest: Move mkimg() and have_qemu_img() from libqos to libqtest
Thomas Huth
2023-07-10
2
-50
/
+1
|
/
*
tests/qtest/libqos/igb: Set GPIE.Multiple_MSIX
Akihiko Odaki
2023-05-23
1
-0
/
+1
*
tests/9p: fix potential leak in v9fs_rreaddir()
Christian Schoenebeck
2023-05-16
1
-0
/
+5
*
igb: Introduce qtest for igb device
Akihiko Odaki
2023-03-10
2
-0
/
+186
*
tests/qtest/libqos/e1000e: Export macreg functions
Akihiko Odaki
2023-03-10
2
-12
/
+12
*
tests/qtest/e1000e-test: Fabricate ethernet header
Akihiko Odaki
2023-03-10
1
-0
/
+2
*
tests/qtest/libqos/e1000e: Remove duplicate register definitions
Akihiko Odaki
2023-01-18
2
-15
/
+10
*
tests/qtest/e1000e-test: Fix the code style
Akihiko Odaki
2023-01-18
1
-2
/
+4
*
tests: add G_GNUC_PRINTF for various functions
Daniel P. Berrangé
2023-01-11
4
-6
/
+13
*
tests/qtest/libqos/e1000e: Correctly group register accesses
Akihiko Odaki
2022-12-15
1
-0
/
+1
*
tests/qtest/libqos/e1000e: Remove "other" interrupts
Akihiko Odaki
2022-12-15
2
-2
/
+0
*
tests/qtests: override "force-legacy" for gpio virtio-mmio tests
Alex Bennée
2022-12-01
1
-1
/
+2
*
Fix several typos in documentation (found by codespell)
Stefan Weil
2022-11-11
2
-2
/
+2
*
tests/qtest/libqos/e1000e: Use IVAR shift definitions
Akihiko Odaki
2022-11-06
1
-3
/
+3
*
tests/qtest/libqos/e1000e: Use E1000_STATUS_ASDV_1000
Akihiko Odaki
2022-11-06
1
-2
/
+2
*
tests/qtest/libqos/e1000e: Set E1000_CTRL_SLU
Akihiko Odaki
2022-11-06
1
-1
/
+1
*
tests/qtest/libqos/e1000e: Refer common PCI ID definitions
Akihiko Odaki
2022-11-06
1
-2
/
+3
*
tests/qtest: libqos: Do not build virtio-9p unconditionally
Bin Meng
2022-10-28
1
-2
/
+4
*
tests/qtest/libqos/e1000e: Use e1000_regs.h
Akihiko Odaki
2022-10-28
1
-75
/
+44
*
tests/9p: remove unnecessary g_strdup() calls
Christian Schoenebeck
2022-10-24
1
-11
/
+8
*
tests/9p: merge v9fs_tunlinkat() and do_unlinkat()
Christian Schoenebeck
2022-10-24
2
-10
/
+56
*
tests/9p: merge v9fs_tlink() and do_hardlink()
Christian Schoenebeck
2022-10-24
2
-10
/
+64
*
tests/9p: merge v9fs_tsymlink() and do_symlink()
Christian Schoenebeck
2022-10-24
2
-8
/
+64
*
tests/9p: merge v9fs_tlcreate() and do_lcreate()
Christian Schoenebeck
2022-10-24
2
-12
/
+72
*
tests/9p: merge v9fs_tmkdir() and do_mkdir()
Christian Schoenebeck
2022-10-24
2
-9
/
+69
*
tests/9p: convert v9fs_tflush() to declarative arguments
Christian Schoenebeck
2022-10-24
2
-5
/
+40
*
tests/9p: convert v9fs_twrite() to declarative arguments
Christian Schoenebeck
2022-10-24
2
-12
/
+57
*
tests/9p: convert v9fs_tlopen() to declarative arguments
Christian Schoenebeck
2022-10-24
2
-8
/
+50
*
tests/9p: convert v9fs_treaddir() to declarative arguments
Christian Schoenebeck
2022-10-24
2
-9
/
+56
*
tests/9p: convert v9fs_tgetattr() to declarative arguments
Christian Schoenebeck
2022-10-24
2
-8
/
+54
*
tests/9p: merge v9fs_tattach(), do_attach(), do_attach_rqid()
Christian Schoenebeck
2022-10-24
2
-8
/
+62
*
tests/9p: merge v9fs_tversion() and do_version()
Christian Schoenebeck
2022-10-24
2
-9
/
+63
*
tests/9p: merge *walk*() functions
Christian Schoenebeck
2022-10-24
2
-13
/
+138
*
tests/9p: split virtio-9p-test.c into tests and 9p client part
Christian Schoenebeck
2022-10-24
3
-0
/
+823
*
Merge tag 'pull-request-2022-10-12' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
2022-10-13
1
-7
/
+1
|
\
|
*
tests/x86: add helper qtest_qmp_device_del_send()
Michael Labiuk
2022-10-11
1
-7
/
+1
*
|
tests/qtest: enable tests for virtio-gpio
Alex Bennée
2022-10-07
4
-1
/
+208
*
|
tests/qtest: add assert to catch bad features
Alex Bennée
2022-10-07
1
-0
/
+2
[next]