index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
remote
/
mpqemu-link.c
Age
Commit message (
Expand
)
Author
2024-01-08
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2022-05-16
QIOChannel: Add flags on io_writev and introduce io_flush callback
Leonardo Bras
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2021-08-26
Remove superfluous ERRP_GUARD()
Markus Armbruster
2021-05-13
multi-process: Avoid logical AND of mutually exclusive tests
Jagannathan Raman
2021-02-10
multi-process: create IOHUB object to handle irq
Jagannathan Raman
2021-02-10
multi-process: PCI BAR read/write handling for proxy & remote endpoints
Jagannathan Raman
2021-02-10
multi-process: Forward PCI config space acceses to the remote process
Elena Ufimtseva
2021-02-10
multi-process: add proxy communication functions
Elena Ufimtseva
2021-02-10
multi-process: setup memory manager for remote device
Jagannathan Raman
2021-02-10
multi-process: define MPQemuMsg format and transmission functions
Elena Ufimtseva