index
:
sinitax/cachepc-qemu
master
Fork of AMDESE/qemu with changes for cachepc side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
qapi: Tweak code to match docs/devel/qapi-code-gen.txt
Markus Armbruster
2019-09-24
1
-12
/
+12
*
qapi: Adjust frontend errors to say enum value, not member
Markus Armbruster
2019-09-24
2
-4
/
+9
*
qapi: Permit omitting all flat union branches
Markus Armbruster
2019-09-24
1
-8
/
+8
*
qapi: Permit alternates with just one branch
Markus Armbruster
2019-09-24
1
-4
/
+2
*
qapi: Permit 'boxed' with empty type
Markus Armbruster
2019-09-24
3
-19
/
+9
*
qapi: Drop support for escape sequences other than \\
Markus Armbruster
2019-09-24
1
-23
/
+3
*
qapi: Restrict strings to printable ASCII
Markus Armbruster
2019-09-24
1
-17
/
+11
*
qapi: Drop support for boxed alternate arguments
Markus Armbruster
2019-09-24
1
-11
/
+4
*
qapi: Drop check_type()'s redundant parameter @allow_optional
Markus Armbruster
2019-09-24
1
-9
/
+8
*
scripts/git.orderfile: Match QAPI schema more precisely
Markus Armbruster
2019-09-24
1
-2
/
+2
*
trace: Forbid event format ending with newline character
Philippe Mathieu-Daudé
2019-09-18
1
-0
/
+3
*
docs: convert README, CODING_STYLE and HACKING to RST syntax
Daniel P. Berrangé
2019-09-05
1
-1
/
+1
*
minikconf: don't print CONFIG_FOO=n lines
Marc-André Lureau
2019-08-21
1
-2
/
+2
*
kvm: vmxcap: Enhance with latest features
Jan Kiszka
2019-08-20
1
-0
/
+8
*
decodetree: Suppress redundant declaration warnings
Richard Henderson
2019-08-19
1
-0
/
+22
*
decodetree: Allow !function with no input bits
Richard Henderson
2019-08-19
1
-11
/
+38
*
trace: Do not include qom/cpu.h into generated trace.h
Markus Armbruster
2019-08-16
2
-1
/
+7
*
trace: Eliminate use of TARGET_FMT_plx
Markus Armbruster
2019-08-16
1
-3
/
+0
*
archive-source: also create a stash for submodules
Marc-André Lureau
2019-07-23
1
-8
/
+10
*
create_config: remove $(CONFIG_SOFTMMU) hack
Paolo Bonzini
2019-07-15
1
-1
/
+1
*
checkpatch: detect doubly-encoded UTF-8
Paolo Bonzini
2019-07-15
1
-0
/
+16
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-07-08
3
-2
/
+8
|
\
|
*
Makefile: generate header file with the list of devices enabled
Julio Montes
2019-07-05
1
-0
/
+2
|
*
minikconf: do not include variables from MINIKCONF_ARGS in config-all-devices...
Paolo Bonzini
2019-07-05
1
-1
/
+4
|
*
checkpatch: do not warn for multiline parenthesized returned value
Paolo Bonzini
2019-07-05
1
-1
/
+2
*
|
python/qemu: split QEMUMachine out from underneath __init__.py
John Snow
2019-07-01
2
-2
/
+2
*
|
qmp: make qmp-shell work with python3
Igor Mammedov
2019-07-01
1
-1
/
+4
|
/
*
decodetree: Fix comparison of Field
Richard Henderson
2019-06-13
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-06-12' into ...
Peter Maydell
2019-06-13
5
-41
/
+229
|
\
|
*
qapi: Simplify how QAPIDoc implements its state machine
Markus Armbruster
2019-06-12
1
-57
/
+68
|
*
qapi: Allow documentation for features
Kevin Wolf
2019-06-12
2
-4
/
+51
|
*
qapi: Disentangle QAPIDoc code
Kevin Wolf
2019-06-12
1
-25
/
+102
|
*
qapi: Add feature flags to struct types
Kevin Wolf
2019-06-12
5
-14
/
+67
*
|
scripts: use git archive in archive-source
Gerd Hoffmann
2019-06-12
1
-41
/
+31
|
/
*
scripts/clean-header-guards: Fix handling of trailing comments
Markus Armbruster
2019-06-12
1
-5
/
+7
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
6
-8
/
+0
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-2
/
+0
*
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-06-10
1
-1
/
+1
*
checkpatch: allow SPDX-License-Identifier
Peter Xu
2019-06-03
1
-1
/
+2
*
update-linux-headers: handle new header file
Cornelia Huck
2019-05-21
1
-0
/
+3
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190507'...
Peter Maydell
2019-05-08
1
-1
/
+6
|
\
|
*
QEMU_PACKED: Remove gcc_struct attribute in Windows non x86 targets
Cao Jiaxi
2019-05-07
1
-1
/
+6
*
|
decodetree: Add DisasContext argument to !function expanders
Richard Henderson
2019-05-06
1
-4
/
+5
*
|
decodetree: Expand a decode_load function
Richard Henderson
2019-05-06
1
-3
/
+172
*
|
decodetree: Initial support for variable-length ISAs
Richard Henderson
2019-05-06
1
-12
/
+37
|
/
*
build-sys: move slirp as git submodule project
Marc-André Lureau
2019-05-03
1
-1
/
+1
*
scripts/update-linux-headers: add linux/mman.h
Zhang Yi
2019-04-25
1
-3
/
+3
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-03-28
1
-1
/
+1
|
\
|
*
minikconf: fix parser typo
Paolo Bonzini
2019-03-20
1
-1
/
+1
*
|
scripts/cleanup-trace-events: Update for current practice
Markus Armbruster
2019-03-22
1
-5
/
+14
[prev]
[next]