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
/
python
/
qemu
/
machine
/
console_socket.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-05-18
tests/docker: add python3-venv dependency
John Snow
4
-4
/
+8
2023-05-18
mkvenv: work around broken pip installations on Debian 10
John Snow
1
-16
/
+56
2023-05-18
mkvenv: avoid ensurepip if pip is installed
John Snow
1
-3
/
+64
2023-05-18
mkvenv: use pip's vendored distlib as a fallback
John Snow
2
-3
/
+40
2023-05-18
mkvenv: add console script entry point generation
John Snow
2
-0
/
+117
2023-05-18
mkvenv: add --diagnose option to explain "ensure" failures
John Snow
1
-1
/
+169
2023-05-18
mkvenv: add ensure subcommand
John Snow
3
-3
/
+145
2023-05-18
mkvenv: add nested venv workaround
John Snow
1
-5
/
+86
2023-05-18
mkvenv: add better error message for broken or missing ensurepip
John Snow
1
-0
/
+37
2023-05-18
python: add mkvenv.py
John Snow
6
-0
/
+260
2023-05-18
python: update pylint configuration
John Snow
1
-0
/
+1
2023-05-18
python: shut up "pip install" during "make check-minreqs"
Paolo Bonzini
1
-3
/
+6
2023-05-18
make: clean after distclean deletes source files
Steve Sistare
1
-4
/
+2
2023-05-18
scsi-generic: fix buffer overflow on block limits inquiry
Paolo Bonzini
1
-5
/
+9
2023-05-18
coverity: the definitive COMPONENTS.md update
Paolo Bonzini
1
-15
/
+30
2023-05-18
tcg: round-robin: do not use mb_read for rr_current_cpu
Paolo Bonzini
1
-4
/
+7
2023-05-18
kvm: Enable dirty ring for arm64
Gavin Shan
1
-2
/
+21
2023-05-18
kvm: Add helper kvm_dirty_ring_init()
Gavin Shan
1
-29
/
+47
2023-05-18
kvm: Synchronize the backup bitmap in the last stage
Gavin Shan
2
-0
/
+12
2023-05-18
migration: Add last stage indicator to global dirty log
Gavin Shan
5
-20
/
+25
2023-05-18
meson: Pass -j option to sphinx
Fabiano Rosas
4
-0
/
+26
2023-05-18
target/i386: Fix exception classes for MOVNTPS/MOVNTPD.
Ricky Zhou
1
-2
/
+3
2023-05-18
target/i386: Fix exception classes for SSE/AVX instructions.
Ricky Zhou
1
-23
/
+23
2023-05-18
target/i386: Fix and add some comments next to SSE/AVX instructions.
Ricky Zhou
1
-12
/
+12
2023-05-18
tests/tcg/i386: correct mask for VPERM2F128/VPERM2I128
Paolo Bonzini
1
-1
/
+1
2023-05-18
target/i386: fix avx2 instructions vzeroall and vpermdq
Xinyu Li
2
-1
/
+9
2023-05-18
target/i386: fix operand size for VCOMI/VUCOMI instructions
Paolo Bonzini
1
-2
/
+13
2023-05-18
target/i386: add support for FB_CLEAR feature
Emanuele Giuseppe Esposito
2
-1
/
+2
2023-05-18
target/i386: add support for FLUSH_L1D feature
Emanuele Giuseppe Esposito
2
-1
/
+3
2023-05-17
qapi/parser: Drop two bad type hints for now
Markus Armbruster
1
-2
/
+2
2023-05-17
linux-user: fix getgroups/setgroups allocations
Michael Tokarev
1
-31
/
+68
2023-05-17
linux-user: Fix mips fp64 executables loading
Daniil Kovalev
1
-1
/
+4
2023-05-17
linux-user: Don't require PROT_READ for mincore
Thomas Weißschuh
1
-1
/
+1
2023-05-17
linux-user: Add new flag VERIFY_NONE
Thomas Weißschuh
1
-0
/
+1
2023-05-17
linux-user/main: Use list_cpus() instead of cpu_list()
Thomas Huth
1
-4
/
+1
2023-05-17
linux-user: Add open_tree() syscall
Thomas Weißschuh
1
-0
/
+33
2023-05-17
linux-user: Add move_mount() syscall
Thomas Weißschuh
1
-0
/
+33
2023-05-17
linux-user: report ENOTTY for unknown ioctls
Thomas Weißschuh
1
-3
/
+3
2023-05-17
linux-user: Emulate /proc/cpuinfo output for riscv
Afonso Bordado
1
-2
/
+32
2023-05-16
tcg: Split out exec/user/guest-base.h
Richard Henderson
3
-4
/
+16
2023-05-16
tcg: Add tlb_dyn_max_bits to TCGContext
Richard Henderson
4
-2
/
+4
2023-05-16
tcg: Add page_bits and page_mask to TCGContext
Richard Henderson
11
-29
/
+38
2023-05-16
tcg: Remove TARGET_LONG_BITS, TCG_TYPE_TL
Richard Henderson
1
-13
/
+14
2023-05-16
tcg/mips: Remove TARGET_LONG_BITS, TCG_TYPE_TL
Richard Henderson
1
-19
/
+23
2023-05-16
tcg/loongarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TL
Richard Henderson
1
-4
/
+5
2023-05-16
tcg/aarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TL
Richard Henderson
1
-6
/
+5
2023-05-16
tcg/aarch64: Remove USE_GUEST_BASE
Richard Henderson
1
-10
/
+9
2023-05-16
tcg/arm: Remove TARGET_LONG_BITS
Richard Henderson
1
-7
/
+7
2023-05-16
tcg/i386: Remove TARGET_LONG_BITS, TCG_TYPE_TL
Richard Henderson
1
-5
/
+3
2023-05-16
tcg/i386: Adjust type of tlb_mask
Richard Henderson
1
-2
/
+2
[next]