Sign in
qemu
/
qemu
/
2a96a552f9502ac34c29da2f3a39788db5ee5692
/
tests
/
libqos
e77abbe
libqos: add virtio used ring support
by Stefan Hajnoczi
· 8 years ago
afbccba
libqos: fix typo in virtio.h QVirtQueue->used comment
by Stefan Hajnoczi
· 8 years ago
80e1eea
tests: fix virtio-blk-test leaks
by Marc-André Lureau
· 8 years ago
c4523aa
tests: add specialized device_find function
by Marc-André Lureau
· 8 years ago
62030ed
tests: fix usb-test leaks
by Marc-André Lureau
· 8 years ago
0c0eb30
tests: fix vhost-user-test leaks
by Marc-André Lureau
· 8 years ago
dc491fe
tests: fix qmp response leak
by Marc-André Lureau
· 8 years ago
b845416
libqos: fix spapr qpci_map()
by Laurent Vivier
· 8 years ago
e0a4cb2
libqos/ahci: Add get_sense and test_ready
by John Snow
· 8 years ago
48cde09
libqos/ahci: Add ATAPI tray macros
by John Snow
· 8 years ago
f697b0e
libqos/ahci: Support expected errors
by John Snow
· 8 years ago
ebde93b
ahci-test: test atapi read_cd with bcl, nb_sectors = 0
by John Snow
· 8 years ago
b4ba67d
libqos: Change PCI accessors to take opaque BAR handle
by David Gibson
· 8 years ago
e7c8526
tests: Don't assume structure of PCI IO base in ahci-test
by David Gibson
· 8 years ago
f775f45
libqos: Add 64-bit PCI IO accessors
by David Gibson
· 8 years ago
352d664
libqos: Implement mmio accessors in terms of mem{read,write}
by David Gibson
· 8 years ago
9a84f88
libqos: Add streaming accessors for PCI MMIO
by David Gibson
· 8 years ago
a7b85b6
libqos: Better handling of PCI legacy IO
by David Gibson
· 8 years ago
b8cc4d0
libqos: Move BAR assignment to common code
by David Gibson
· 8 years ago
a795fc0
libqos: Handle PCI IO de-multiplexing in common code
by David Gibson
· 8 years ago
246fc0f
libqos: Give qvirtio_config_read*() consistent semantics
by David Gibson
· 8 years ago
30ca440
tests: enable virtio tests on SPAPR
by Laurent Vivier
· 8 years ago
8b4b80c
tests: rename target_big_endian() as qvirtio_is_big_endian()
by Laurent Vivier
· 8 years ago
6b9cdf4
tests: move QVirtioBus pointer into QVirtioDevice
by Laurent Vivier
· 8 years ago
458f3b2
tests: don't check if qtest_spapr_boot() returns NULL
by Laurent Vivier
· 8 years ago
357d1e3
spapr: Improved placement of PCI host bridges in guest memory map
by David Gibson
· 8 years ago
8360544
libqos: Limit spapr-pci to 32-bit MMIO for now
by David Gibson
· 8 years ago
c711369
libqos: Correct error in PCI hole sizing for spapr
by David Gibson
· 8 years ago
cd1b354
libqos: Isolate knowledge of spapr memory map to qpci_init_spapr()
by David Gibson
· 8 years ago
54ce6f2
qtest: ask endianness of the target in qtest_init()
by Laurent Vivier
· 8 years ago
61ae5cf
libqos: use generic qtest_shutdown()
by Laurent Vivier
· 8 years ago
2ecd7e2
libqos: add PCI management in qtest_vboot()/qtest_shutdown()
by Laurent Vivier
· 8 years ago
cf716b3
libqos: add PPC64 PCI support
by Laurent Vivier
· 8 years ago
844c822
libqos: fix qvring_init()
by Laurent Vivier
· 8 years ago
eeddd59
tests: add RTAS command in the protocol
by Laurent Vivier
· 8 years ago
8d6ef7c
libqos: define SPAPR libqos functions
by Laurent Vivier
· 8 years ago
e49f827
tests: fix qvirtqueue_kick
by Laurent Vivier
· 8 years ago
2a6a407
Clean up ill-advised or unusual header guards
by Markus Armbruster
· 9 years ago
f1d3b99
libqos: add qvirtqueue_cleanup()
by Stefan Hajnoczi
· 9 years ago
c75f4c0
libqos: drop duplicated virtio_pci.h definitions
by Stefan Hajnoczi
· 9 years ago
780b11a
libqos: drop duplicated virtio_vring.h structs
by Stefan Hajnoczi
· 9 years ago
ee3b850
libqos: drop duplicated virtio_ring.h bit definitions
by Stefan Hajnoczi
· 9 years ago
1373a4c
libqos: drop duplicated virtio_config.h definitions
by Stefan Hajnoczi
· 9 years ago
7ad1e70
libqos: drop duplicated PCI vendor ID definition
by Stefan Hajnoczi
· 9 years ago
8ac9e20
libqos: use virtio_ids.h for device ID definitions
by Stefan Hajnoczi
· 9 years ago
79ffb27
tests: Remove unnecessary glib.h includes
by Peter Maydell
· 9 years ago
87776ab
qemu-common: stop including qemu/host-utils.h from qemu-common.h
by Paolo Bonzini
· 9 years ago
84a5a80
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 9 years ago
6f061ea
fw_cfg: Split fw_cfg_keys.h off fw_cfg.h
by Markus Armbruster
· 9 years ago
9982617
tests/libqos/pci-pc: Fix qpci_pc_iomap() to map BARs aligned
by Markus Armbruster
· 9 years ago
30456d5
all: Clean up includes
by Peter Maydell
· 9 years ago
681c28a
tests: Clean up includes
by Peter Maydell
· 9 years ago
ea53854
libqos: remove some leaks
by Marc-André Lureau
· 9 years ago
5323926
ide: Clean up includes
by Peter Maydell
· 9 years ago
c5620e6
libqos/ahci: organize header
by John Snow
· 9 years ago
9350df7
libqos/ahci: add ahci_exec
by John Snow
· 9 years ago
b682d3a
libqos/ahci: allow nondata commands for ahci_io variants
by John Snow
· 9 years ago
b1b66c3
libqos: allow zero-size allocations
by John Snow
· 9 years ago
b88641e
libqos/ahci: Switch to mutable properties
by John Snow
· 9 years ago
d0b282a
libqos/ahci: ATAPI identify
by John Snow
· 9 years ago
54d268b
libqos/ahci: ATAPI support
by John Snow
· 9 years ago
cb11e7b
libqos: add qemu-img presence check
by John Snow
· 9 years ago
3d93715
qtest/ahci: fix redundant assertion
by John Snow
· 9 years ago
ab4f705
qtest/ahci: export generate_pattern
by John Snow
· 9 years ago
7f39862
i.MX: Add qtest support for I2C device emulator.
by Jean-Christophe Dubois
· 9 years ago
9ab9993
libqos/ahci: fix ahci_write_fis for ncq on ppc64
by John Snow
· 9 years ago
26ad004
qtest/ahci: simple ncq data test
by John Snow
· 9 years ago
e38cc93
libqos/ahci: Force all NCQ commands to be LBA48
by John Snow
· 9 years ago
a8973ff
libqos/ahci: set the NCQ tag on command_commit
by John Snow
· 9 years ago
359790c
libqos/ahci: adjust expected NCQ interrupts
by John Snow
· 9 years ago
4de4846
libqos/ahci: edit wait to be ncq aware
by John Snow
· 9 years ago
cb45304
libqos/ahci: add NCQ frame support
by John Snow
· 9 years ago
40d2992
libqos/ahci: fix cmd_sanity for ncq
by John Snow
· 9 years ago
95ea663
libqos/ahci: fix memory management bugs
by John Snow
· 9 years ago
bea2f09
libqos: Complete virtio device ID definition list
by Fam Zheng
· 10 years ago
2845275
libqos: Allow calling guest_free on NULL pointer
by Fam Zheng
· 10 years ago
91d0374
libqos/ahci: Swap memread/write with bufread/write
by John Snow
· 10 years ago
88e21f9
qtest/ahci: add migrate dma test
by John Snow
· 10 years ago
085248a
libqos: Add migration helpers
by John Snow
· 10 years ago
455e861
libqos/ahci: Fix sector set method
by John Snow
· 10 years ago
008b6e1
libqos/ahci: Add halted command helpers
by John Snow
· 10 years ago
631b22e
misc: Fix new collection of typos
by Stefan Weil
· 10 years ago
72c85e9
libqos: add blkdebug_prepare_script
by John Snow
· 10 years ago
debaaa1
qtest/ahci: Allow override of default CLI options
by John Snow
· 10 years ago
727be1a
qtest/ahci: test different disk sectors
by John Snow
· 10 years ago
122fdf2
qtest/ahci: add qcow2 support to ahci-test
by John Snow
· 10 years ago
1e34cf9
libqos: Solve bug in interrupt checking when using MSIX in virtio-pci.c
by Marc Marí
· 10 years ago
f9f963e
libqos/ahci: add ahci command helpers
by John Snow
· 10 years ago
4a42f6d
libqos/ahci: Zero-fill AHCI headers
by John Snow
· 10 years ago
0a6ed70
libqos: Add virtio MMIO support
by Marc Marí
· 10 years ago
870a306
libqos: Add malloc generic
by Marc Marí
· 10 years ago
50311a8
libqos: Remove PCI assumptions in constants of virtio driver
by Marc Marí
· 10 years ago
728312b
libqos: Change use of pointers to uint64_t in virtio
by Marc Marí
· 10 years ago
259342d
libqos/ahci: Add ahci_clean_mem
by John Snow
· 10 years ago
ae02962
libqos/ahci: add ahci_io
by John Snow
· 10 years ago
1132219
libqos/ahci: Add ahci_guest_io
by John Snow
· 10 years ago
cbc9756
libqos/ahci: add ahci command size setters
by John Snow
· 10 years ago
ea41deb
libqos/ahci: add ahci command verify
by John Snow
· 10 years ago
64a5a27
libqos/ahci: add ahci command functions
by John Snow
· 10 years ago
716b640
libqos/ahci: Add ide cmd properties
by John Snow
· 10 years ago
Next »