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
2021-06-21
target/arm: Handle writeback in VLDR/VSTR sysreg with no memory access
Peter Maydell
1
-30
/
+72
2021-06-21
target/arm: Don't NOCP fault for FPCXT_NS accesses
Peter Maydell
5
-528
/
+542
2021-06-21
target/arm: Handle FPU being disabled in FPCXT_NS accesses
Peter Maydell
1
-2
/
+30
2021-06-21
target/arm/translate-vfp.c: Whitespace fixes
Peter Maydell
1
-6
/
+5
2021-06-21
docs/system/arm: Document which architecture extensions we emulate
Peter Maydell
2
-0
/
+108
2021-06-21
target/arm: Use acpi_ghes_present() to see if we report ACPI memory errors
Peter Maydell
1
-5
/
+1
2021-06-21
hw/acpi: Provide function acpi_ghes_present()
Peter Maydell
3
-0
/
+31
2021-06-21
hw/acpi: Provide stub version of acpi_ghes_record_errors()
Peter Maydell
2
-3
/
+20
2021-06-21
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...
Peter Maydell
34
-2073
/
+3174
2021-06-20
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-06-15-v2' into...
Peter Maydell
18
-475
/
+626
2021-06-18
block/nbd: safer transition to receiving request
Vladimir Sementsov-Ogievskiy
1
-1
/
+3
2021-06-18
block/nbd: add nbd_client_connected() helper
Vladimir Sementsov-Ogievskiy
1
-11
/
+14
2021-06-18
block/nbd: reuse nbd_co_do_establish_connection() in nbd_open()
Vladimir Sementsov-Ogievskiy
2
-98
/
+11
2021-06-18
nbd/client-connection: add option for non-blocking connection attempt
Vladimir Sementsov-Ogievskiy
3
-3
/
+9
2021-06-18
block/nbd: split nbd_co_do_establish_connection out of nbd_reconnect_attempt
Vladimir Sementsov-Ogievskiy
1
-38
/
+42
2021-06-18
block-coroutine-wrapper: allow non bdrv_ prefix
Vladimir Sementsov-Ogievskiy
1
-3
/
+4
2021-06-18
nbd/client-connection: return only one io channel
Vladimir Sementsov-Ogievskiy
3
-21
/
+32
2021-06-18
block/nbd: drop BDRVNBDState::sioc
Vladimir Sementsov-Ogievskiy
1
-50
/
+48
2021-06-18
block/nbd: don't touch s->sioc in nbd_teardown_connection()
Vladimir Sementsov-Ogievskiy
1
-4
/
+0
2021-06-18
block/nbd: use negotiation of NBDClientConnection
Vladimir Sementsov-Ogievskiy
1
-14
/
+30
2021-06-18
block/nbd: split nbd_handle_updated_info out of nbd_client_handshake()
Vladimir Sementsov-Ogievskiy
1
-42
/
+58
2021-06-18
nbd/client-connection: shutdown connection on release
Vladimir Sementsov-Ogievskiy
1
-3
/
+17
2021-06-18
nbd/client-connection: implement connection retry
Vladimir Sementsov-Ogievskiy
2
-13
/
+45
2021-06-18
nbd/client-connection: add possibility of negotiation
Vladimir Sementsov-Ogievskiy
3
-9
/
+109
2021-06-18
nbd/client-connection: use QEMU_LOCK_GUARD
Vladimir Sementsov-Ogievskiy
1
-54
/
+45
2021-06-18
nbd: move connection code from block/nbd to nbd/client-connection
Vladimir Sementsov-Ogievskiy
4
-207
/
+244
2021-06-18
block/nbd: introduce nbd_client_connection_release()
Vladimir Sementsov-Ogievskiy
1
-18
/
+27
2021-06-18
block/nbd: introduce nbd_client_connection_new()
Vladimir Sementsov-Ogievskiy
1
-6
/
+9
2021-06-18
block/nbd: rename NBDConnectThread to NBDClientConnection
Vladimir Sementsov-Ogievskiy
1
-67
/
+67
2021-06-18
block/nbd: make nbd_co_establish_connection_cancel() bs-independent
Vladimir Sementsov-Ogievskiy
1
-8
/
+9
2021-06-18
block/nbd: bs-independent interface for nbd_co_establish_connection()
Vladimir Sementsov-Ogievskiy
1
-18
/
+32
2021-06-18
block/nbd: drop thr->state
Vladimir Sementsov-Ogievskiy
1
-95
/
+45
2021-06-18
block/nbd: simplify waking of nbd_co_establish_connection()
Vladimir Sementsov-Ogievskiy
1
-40
/
+15
2021-06-18
block/nbd: BDRVNBDState: drop unused connect_err and connect_status
Vladimir Sementsov-Ogievskiy
1
-10
/
+2
2021-06-18
block/nbd: nbd_client_handshake(): fix leak of s->ioc
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
2021-06-18
block/nbd: ensure ->connection_thread is always valid
Roman Kagan
1
-35
/
+21
2021-06-18
block/nbd: call socket_address_parse_named_fd() in advance
Vladimir Sementsov-Ogievskiy
1
-0
/
+6
2021-06-18
qemu-sockets: introduce socket_address_parse_named_fd()
Vladimir Sementsov-Ogievskiy
2
-0
/
+30
2021-06-18
block/nbd: connect_thread_func(): do qio_channel_set_delay(false)
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
2021-06-18
block/nbd: fix how state is cleared on nbd_open() failure paths
Vladimir Sementsov-Ogievskiy
1
-18
/
+18
2021-06-18
block/nbd: fix channel object leak
Roman Kagan
1
-0
/
+1
2021-06-18
co-queue: drop extra coroutine_fn marks
Vladimir Sementsov-Ogievskiy
1
-2
/
+4
2021-06-18
tests: cover aio_co_enter from a worker thread without BQL taken
Paolo Bonzini
1
-0
/
+37
2021-06-18
async: the main AioContext is only "current" if under the BQL
Paolo Bonzini
8
-27
/
+28
2021-06-18
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20210618.0' i...
Peter Maydell
4
-1
/
+163
2021-06-18
vfio/migration: Correct device state from vmstate change for savevm case
Kirti Wankhede
1
-1
/
+10
2021-06-18
vfio: Fix unregister SaveVMHandler in vfio_migration_finalize
Kunkun Jiang
1
-0
/
+1
2021-06-18
docs/devel: Add VFIO device migration documentation
Tarun Gupta
3
-0
/
+152
2021-06-18
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210617-pull-request...
Peter Maydell
10
-54
/
+102
2021-06-17
scripts: helper to generate x86_64 CPU ABI compat info
Daniel P. Berrangé
1
-0
/
+194
[next]