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-09-13
Fix nvmm_ram_block_added() function arguments
Reinoud Zandijk
1
-2
/
+3
2021-09-13
Only check CONFIG_NVMM when NEED_CPU_H is defined
Reinoud Zandijk
1
-3
/
+4
2021-09-13
util: Suppress -Wstringop-overflow in qemu_thread_start
Richard Henderson
1
-0
/
+19
2021-09-13
fw_cfg: add etc/msr_feature_control
Paolo Bonzini
1
-0
/
+1
2021-09-13
meson: remove dead variable
Paolo Bonzini
1
-2
/
+0
2021-09-13
meson: do not use python.full_path() unnecessarily
Paolo Bonzini
1
-1
/
+1
2021-09-13
meson: look up cp and dtrace with find_program()
Paolo Bonzini
2
-3
/
+5
2021-09-13
meson.build: Do not look for VNC-related libraries if have_system is not set
Thomas Huth
1
-1
/
+1
2021-09-13
docs/system: move x86 CPU configuration to a separate document
Paolo Bonzini
3
-3
/
+10
2021-09-13
docs/system: standardize man page sections to --- with overline
Paolo Bonzini
3
-3
/
+14
2021-09-13
docs: standardize directory index to --- with overline
Paolo Bonzini
7
-7
/
+14
2021-09-13
docs: standardize book titles to === with overline
Paolo Bonzini
9
-2
/
+11
2021-09-13
target/i386: Added vVMLOAD and vVMSAVE feature
Lara Lazier
4
-1
/
+34
2021-09-13
target/i386: Added changed priority check for VIRQ
Lara Lazier
3
-15
/
+22
2021-09-13
target/i386: Added ignore TPR check in ctl_has_irq
Lara Lazier
1
-0
/
+5
2021-09-13
target/i386: Added VGIF V_IRQ masking capability
Lara Lazier
3
-2
/
+19
2021-09-13
target/i386: Moved int_ctl into CPUX86State structure
Lara Lazier
6
-38
/
+41
2021-09-13
target/i386: Added VGIF feature
Lara Lazier
3
-3
/
+37
2021-09-13
target/i386: VMRUN and VMLOAD canonicalizations
Lara Lazier
3
-18
/
+30
2021-09-13
target/i386: add missing bits to CR4_RESERVED_MASK
Daniel P. Berrangé
1
-0
/
+1
2021-09-10
bsd-user: Update mapping to handle reserved and starting conditions
Warner Losh
3
-71
/
+392
2021-09-10
bsd-user: Add '-0 argv0' option to bsd-user/main.c
Colin Percival
1
-0
/
+6
2021-09-10
bsd-user: Implement interlock for atomic operations
Warner Losh
1
-0
/
+24
2021-09-10
bsd-user: move gemu_log to later in the file
Warner Losh
1
-8
/
+9
2021-09-10