index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-03
util/vfio-helpers: Trace PCI BAR region info
Philippe Mathieu-Daudé
2
-0
/
+9
2020-11-03
util/vfio-helpers: Trace PCI I/O config accesses
Philippe Mathieu-Daudé
2
-0
/
+10
2020-11-03
util/vfio-helpers: Improve reporting unsupported IOMMU type
Philippe Mathieu-Daudé
1
-1
/
+1
2020-11-03
block/nvme: Fix nvme_submit_command() on big-endian host
Philippe Mathieu-Daudé
1
-1
/
+1
2020-11-03
block/nvme: Fix use of write-only doorbells page on Aarch64 arch
Philippe Mathieu-Daudé
1
-4
/
+7
2020-11-03
block/nvme: Align iov's va and size on host page size
Eric Auger
1
-6
/
+8
2020-11-03
block/nvme: Change size and alignment of prp_list_pages
Eric Auger
1
-5
/
+6
2020-11-03
block/nvme: Change size and alignment of queue
Eric Auger
1
-2
/
+2
2020-11-03
block/nvme: Change size and alignment of IDENTIFY response buffer
Eric Auger
1
-4
/
+5
2020-11-03
block/nvme: Correct minimum device page size
Philippe Mathieu-Daudé
1
-1
/
+1
2020-11-03
block/nvme: Set request_alignment at initialization
Philippe Mathieu-Daudé
1
-0
/
+1
2020-11-03
block/nvme: Simplify nvme_cmd_sync()
Philippe Mathieu-Daudé
1
-9
/
+10
2020-11-03
block/nvme: Simplify ADMIN queue access
Philippe Mathieu-Daudé
1
-6
/
+6
2020-11-03
block/nvme: Correctly initialize Admin Queue Attributes
Philippe Mathieu-Daudé
1
-3
/
+3
2020-11-03
block/nvme: Use definitions instead of magic values in add_io_queue()
Philippe Mathieu-Daudé
1
-4
/
+5
2020-11-03
block/nvme: Introduce Completion Queue definitions
Philippe Mathieu-Daudé
1
-6
/
+12
2020-11-03
block/nvme: Make nvme_init_queue() return boolean indicating error
Philippe Mathieu-Daudé
1
-9
/
+7
2020-11-03
block/nvme: Make nvme_identify() return boolean indicating error
Philippe Mathieu-Daudé
1
-5
/
+7
2020-11-03
block/nvme: Use unsigned integer for queue counter/size
Philippe Mathieu-Daudé
2
-25
/
+23
2020-11-03
block/nvme: Move definitions before structure declarations
Philippe Mathieu-Daudé
1
-9
/
+10
2020-11-03
block/nvme: Trace queue pair creation/deletion
Philippe Mathieu-Daudé
2
-0
/
+5
2020-11-03
block/nvme: Improve nvme_free_req_queue_wait() trace information
Philippe Mathieu-Daudé
2
-2
/
+2
2020-11-03
block/nvme: Trace nvme_poll_queue() per queue
Philippe Mathieu-Daudé
2
-2
/
+2
2020-11-03
block/nvme: Trace controller capabilities
Philippe Mathieu-Daudé
2
-0
/
+15
2020-11-03
block/nvme: Report warning with warn_report()
Philippe Mathieu-Daudé
1
-2
/
+2
2020-11-03
block/nvme: Use hex format to display offset in trace events
Philippe Mathieu-Daudé
1
-6
/
+6
2020-11-03
MAINTAINERS: Cover "block/nvme.h" file
Philippe Mathieu-Daudé
1
-0
/
+2
2020-11-03
softmmu/memory: fix memory_region_ioeventfd_equal()
Elena Afanasova
1
-2
/
+9
2020-11-03
accel/kvm: add PIO ioeventfds only in case kvm_eventfds_allowed is true
Elena Afanasova
1
-2
/
+4
2020-11-03
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
5
-11
/
+25
2020-11-03
block/vvfat: Fix bad printf format specifiers
AlexChen
1
-5
/
+7
2020-11-03
iotests: Use Python 3 style super()
Kevin Wolf
1
-4
/
+4
2020-11-03
iotests: Disable unsubscriptable-object in pylint
Kevin Wolf
1
-0
/
+2
2020-11-03
iotests.py: Fix type check errors in wait_migration()
Kevin Wolf
1
-0
/
+4
2020-11-03
qemu-img convert: Free @sn_opts in all error cases
Tuguoyi
1
-1
/
+1
2020-11-03
qmp: fix aio_poll() assertion failure on Windows
Volker Rümelin
1
-1
/
+7
2020-11-03
Merge remote-tracking branch 'remotes/berrange-gitlab/tags/sock-next-pull-req...
Peter Maydell
5
-87
/
+152
2020-11-03
sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUX
Markus Armbruster
5
-19
/
+50
2020-11-03
sockets: Bypass "replace empty @path" for abstract unix sockets
Markus Armbruster
1
-1
/
+1
2020-11-03
char-socket: Fix qemu_chr_socket_address() for abstract sockets
Markus Armbruster
1
-2
/
+14
2020-11-03
sockets: Fix socket_sockaddr_to_address_unix() for abstract sockets
Markus Armbruster
1
-2
/
+12
2020-11-03
sockets: Fix default of UnixSocketAddress member @tight
Markus Armbruster
3
-5
/
+7
2020-11-03
test-util-sockets: Test the complete abstract socket matrix
Markus Armbruster
1
-26
/
+65
2020-11-03
test-util-sockets: Synchronize properly, don't sleep(1)
Markus Armbruster
1
-27
/
+13
2020-11-03
test-util-sockets: Factor out test_socket_unix_abstract_one()
Markus Armbruster
1
-28
/
+20
2020-11-03
test-util-sockets: Clean up SocketAddress construction
Markus Armbruster
1
-38
/
+26
2020-11-03
test-util-sockets: Correct to set has_abstract, has_tight
Markus Armbruster
1
-0
/
+4
2020-11-03
test-util-sockets: Plug file descriptor leak
Markus Armbruster
1
-0
/
+1
2020-11-03
Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-10-27-v3-tag'...
Peter Maydell
6
-41
/
+1106
2020-11-03
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201102'...
Peter Maydell
17
-486
/
+581
[next]