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
/
scripts
/
qapi
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-10
multi-process: Synchronize remote memory
Jagannathan Raman
7
-0
/
+270
2021-02-10
multi-process: PCI BAR read/write handling for proxy & remote endpoints
Jagannathan Raman
5
-0
/
+168
2021-02-10
multi-process: Forward PCI config space acceses to the remote process
Elena Ufimtseva
4
-1
/
+132
2021-02-10
multi-process: add proxy communication functions
Elena Ufimtseva
2
-0
/
+38
2021-02-10
multi-process: introduce proxy object
Elena Ufimtseva
4
-0
/
+135
2021-02-10
multi-process: setup memory manager for remote device
Jagannathan Raman
6
-0
/
+109
2021-02-10
multi-process: Associate fd of a PCIDevice with its object
Jagannathan Raman
3
-0
/
+205
2021-02-10
multi-process: Initialize message handler in remote device
Jagannathan Raman
4
-0
/
+68
2021-02-10
multi-process: define MPQemuMsg format and transmission functions
Elena Ufimtseva
9
-0
/
+289
2021-02-10
io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers
Elena Ufimtseva
2
-20
/
+134
2021-02-10
io: add qio_channel_writev_full_all helper
Elena Ufimtseva
2
-1
/
+39
2021-02-10
multi-process: setup a machine object for remote device process
Jagannathan Raman
6
-0
/
+106
2021-02-10
multi-process: setup PCI host bridge for remote device
Jagannathan Raman
6
-1
/
+112
2021-02-09
multi-process: Add config option for multi-process QEMU
Jagannathan Raman
5
-1
/
+21
2021-02-09
memory: alloc RAM from file at offset
Jagannathan Raman
9
-15
/
+25
2021-02-09
multi-process: add configure and usage information
Elena Ufimtseva
3
-0
/
+66
2021-02-09
multi-process: add the concept description to docs/devel/qemu-multiprocess
John G Johnson
3
-0
/
+974
2021-02-09
get_maintainer: update repo URL to GitLab
Stefan Hajnoczi
1
-1
/
+1
2021-02-09
pc-bios: update mirror URLs to GitLab
Stefan Hajnoczi
1
-2
/
+2
2021-02-09
docs: update README to use GitLab repo URLs
Stefan Hajnoczi
1
-2
/
+2
2021-02-09
gitlab-ci: remove redundant GitLab repo URL command
Stefan Hajnoczi
1
-1
/
+0
2021-02-09
gitmodules: use GitLab repos instead of qemu.org
Stefan Hajnoczi
1
-22
/
+22
2021-02-09
.github: point Repo Lockdown bot to GitLab repo
Stefan Hajnoczi
1
-4
/
+4
2021-02-08
hw/block/nvme: refactor the logic for zone write checks
Klaus Jensen
2
-24
/
+26
2021-02-08
hw/block/nvme: fix zone boundary check for append
Klaus Jensen
1
-22
/
+24
2021-02-08
hw/block/nvme: fix wrong parameter name 'cross_read'
Minwoo Im
1
-1
/
+1
2021-02-08
hw/block/nvme: align with existing style
Gollu Appalanaidu
1
-10
/
+10
2021-02-08
hw/block/nvme: fix set feature save field check
Gollu Appalanaidu
1
-1
/
+1
2021-02-08
hw/block/nvme: fix set feature for error recovery
Gollu Appalanaidu
1
-1
/
+3
2021-02-08
hw/block/nvme: error if drive less than a zone size
Minwoo Im
1
-0
/
+7
2021-02-08
hw/block/nvme: lift cmb restrictions
Klaus Jensen
1
-31
/
+2
2021-02-08
hw/block/nvme: bump to v1.4
Klaus Jensen
2
-3
/
+5
2021-02-08
hw/block/nvme: move cmb logic to v1.4
Padmakar Kalghatgi
4
-39
/
+183
2021-02-08
hw/block/nvme: add PMR RDS/WDS support
Naveen Nagar
2
-22
/
+106
2021-02-08
hw/block/nvme: disable PMR at boot up
Klaus Jensen
1
-2
/
+12
2021-02-08
hw/block/nvme: remove redundant zeroing of PMR registers
Klaus Jensen
1
-34
/
+0
2021-02-08
hw/block/nvme: rename PMR/CMB shift/mask fields
Klaus Jensen
2
-10
/
+10
2021-02-08
hw/block/nvme: allow cmb and pmr to coexist
Klaus Jensen
1
-9
/
+8
2021-02-08
hw/block/nvme: move msix table and pba to BAR 0
Klaus Jensen
2
-2
/
+22
2021-02-08
hw/block/nvme: indicate CMB support through controller capabilities register
Andrzej Jakowski
2
-3
/
+8
2021-02-08
hw/block/nvme: fix 64 bit register hi/lo split writes
Klaus Jensen
1
-4
/
+6
2021-02-08
hw/block/nvme: add size to mmio read/write trace events
Klaus Jensen
2
-4
/
+4
2021-02-08
hw/block/nvme: trigger async event during injecting smart warning
zhenwei pi
2
-7
/
+42
2021-02-08
hw/block/nvme: add smart_critical_warning property
zhenwei pi
3
-3
/
+44
2021-02-08
nvme: introduce bit 5 for critical warning
zhenwei pi
1
-0
/
+1
2021-02-08
hw/block/nvme: fix zone write finalize
Klaus Jensen
1
-5
/
+5
2021-02-08
hw/block/nvme: remove unused argument in nvme_ns_setup
Minwoo Im
3
-4
/
+4
2021-02-08
hw/block/nvme: split setup and register for namespace
Minwoo Im
1
-4
/
+7
2021-02-08
hw/block/nvme: remove unused argument in nvme_ns_init_blk
Minwoo Im
1
-2
/
+2
2021-02-08
hw/block/nvme: open code for volatile write cache
Minwoo Im
3
-8
/
+12
[next]