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
/
expr.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-05
tests/migration: fix "downtime_limit" type when "migrate-set-parameters"
Hyman Huang(黄勇)
1
-1
/
+1
2021-07-05
tests/migration: parse the thread-id key of CpuInfoFast
Hyman Huang(黄勇)
1
-1
/
+1
2021-07-05
virtiofsd: Add an option to enable/disable posix acls
Vivek Goyal
3
-1
/
+118
2021-07-05
virtiofsd: Switch creds, drop FSETID for system.posix_acl_access xattr
Vivek Goyal
1
-0
/
+75
2021-07-05
virtiofsd: Add capability to change/restore umask
Vivek Goyal
1
-6
/
+16
2021-07-05
virtiofsd: Add umask to seccom allow list
Vivek Goyal
1
-0
/
+1
2021-07-05
virtiofsd: Add support for extended setxattr
Vivek Goyal
3
-3
/
+14
2021-07-05
virtiofsd: Fix xattr operations overwriting errno
Vivek Goyal
1
-6
/
+10
2021-07-05
virtiofsd: Fix fuse setxattr() API change issue
Vivek Goyal
2
-1
/
+11
2021-07-05
virtiofsd: Don't allow file creation with FUSE_OPEN
Greg Kurz
1
-0
/
+6
2021-07-05
docs: describe the security considerations with virtiofsd xattr mapping
Daniel P. Berrangé
1
-5
/
+50
2021-07-05
virtiofsd: use GDateTime for formatting timestamp for debug messages
Daniel P. Berrangé
1
-21
/
+4
2021-07-05
migration: failover: continue to wait card unplug on error
Laurent Vivier
1
-0
/
+11
2021-07-05
migration: move wait-unplug loop to its own function
Laurent Vivier
1
-28
/
+26
2021-07-05
migration: Allow reset of postcopy_recover_triggered when failed
Peter Xu
1
-0
/
+13
2021-07-05
migration: Move yank outside qemu_start_incoming_migration()
Peter Xu
1
-6
/
+5
2021-07-05
migration: fix the memory overwriting risk in add_to_iovec
Feng Lin
1
-0
/
+5
2021-07-05
tests: migration-test: Add dirty ring test
Peter Xu
1
-3
/
+55
2021-07-02
hw/mips/jazz: Map the UART devices unconditionally
Philippe Mathieu-Daudé
1
-10
/
+6
2021-07-02
hw/mips/jazz: specify correct endian for dp8393x device
Mark Cave-Ayland
1
-1
/
+8
2021-07-02
hw/m68k/q800: fix PROM checksum and MAC address storage
Mark Cave-Ayland
1
-5
/
+2
2021-07-02
qemu/bitops.h: add bitrev8 implementation
Mark Cave-Ayland
1
-0
/
+22
2021-07-02
dp8393x: remove onboard PROM containing MAC address and checksum
Mark Cave-Ayland
1
-24
/
+0
2021-07-02
hw/m68k/q800: move PROM and checksum calculation from dp8393x device to board
Mark Cave-Ayland
1
-2
/
+22
2021-07-02
hw/mips/jazz: move PROM and checksum calculation from dp8393x device to board
Mark Cave-Ayland
1
-1
/
+22
2021-07-02
dp8393x: convert to trace-events
Mark Cave-Ayland
2
-35
/
+37
2021-07-02
dp8393x: checkpatch fixes
Mark Cave-Ayland
1
-109
/
+122
2021-07-02
g364fb: add VMStateDescription for G364SysBusState
Mark Cave-Ayland
1
-1
/
+11
2021-07-02
g364fb: use RAM memory region for framebuffer
Mark Cave-Ayland
1
-11
/
+9
2021-07-02
tests/acceptance: Test Linux on the Fuloong 2E machine
Philippe Mathieu-Daudé
2
-0
/
+43
2021-07-02
hw/pci-host/bonito: Allow PCI config accesses smaller than 32-bit
Philippe Mathieu-Daudé
1
-2
/
+2
2021-07-02
target/arm: Implement MVE shifts by register
Peter Maydell
5
-4
/
+57
2021-07-02
target/arm: Implement MVE shifts by immediate
Peter Maydell
5
-10
/
+105
2021-07-02
target/arm: Implement MVE long shifts by register
Peter Maydell
5
-3
/
+182
2021-07-02
target/arm: Implement MVE long shifts by immediate
Peter Maydell
5
-0
/
+132
2021-07-02
target/arm: Implement MVE VADDLV
Peter Maydell
4
-1
/
+90
2021-07-02
target/arm: Implement MVE VSHLC
Peter Maydell
4
-0
/
+72
2021-07-02
target/arm: Implement MVE saturating narrowing shifts
Peter Maydell
4
-0
/
+174
2021-07-02
target/arm: Implement MVE VSHRN, VRSHRN
Peter Maydell
4
-0
/
+76
2021-07-02
target/arm: Implement MVE VSRI, VSLI
Peter Maydell
4
-0
/
+62
2021-07-02
target/arm: Implement MVE VSHLL
Peter Maydell
4
-4
/
+105
2021-07-02
target/arm: Implement MVE vector shift right by immediate insns
Peter Maydell
6
-18
/
+72
2021-07-02
target/arm: Implement MVE vector shift left by immediate insns
Peter Maydell
4
-0
/
+147
2021-07-02
target/arm: Implement MVE logical immediate insns
Peter Maydell
4
-0
/
+95
2021-07-02
target/arm: Use dup_const() instead of bitfield_replicate()
Peter Maydell
1
-1
/
+1
2021-07-02
target/arm: Use asimd_imm_const for A64 decode
Peter Maydell
3
-82
/
+24
2021-07-02
target/arm: Make asimd_imm_const() public
Peter Maydell
3
-63
/
+73
2021-07-02
target/arm: Fix bugs in MVE VRMLALDAVH, VRMLSLDAVH
Peter Maydell
1
-17
/
+21
2021-07-02
target/arm: Fix MVE widening/narrowing VLDR/VSTR offset calculation
Peter Maydell
1
-8
/
+9
2021-07-02
hw/gpio/gpio_pwr: use shutdown function for reboot
Maxim Uvarov
1
-1
/
+1
[next]