index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
nvic: Implement v8M changes to fixed priority exceptions
Peter Maydell
2017-09-21
1
-3
/
+19
|
*
nvic: In escalation to HardFault, support HF not being priority -1
Peter Maydell
2017-09-21
1
-11
/
+12
|
*
nvic: Compare group priority for escalation to HF
Peter Maydell
2017-09-21
1
-1
/
+1
|
*
nvic: Make SHPR registers banked
Peter Maydell
2017-09-21
2
-10
/
+88
|
*
nvic: Make set_pending and clear_pending take a secure parameter
Peter Maydell
2017-09-21
4
-29
/
+77
|
*
nvic: Handle banked exceptions in nvic_recompute_state()
Peter Maydell
2017-09-21
2
-5
/
+147
|
*
nvic: Implement NVIC_ITNS<n> registers
Peter Maydell
2017-09-21
2
-7
/
+70
|
*
nvic: Make ICSR.RETTOBASE handle banked exceptions
Peter Maydell
2017-09-21
1
-1
/
+4
|
*
nvic: Implement AIRCR changes for v8M
Peter Maydell
2017-09-21
4
-12
/
+59
|
*
nvic: Add cached vectpending_prio state
Peter Maydell
2017-09-21
3
-11
/
+16
|
*
nvic: Add cached vectpending_is_s_banked state
Peter Maydell
2017-09-21
2
-2
/
+10
|
*
nvic: Add banked exception states
Peter Maydell
2017-09-21
2
-1
/
+66
|
*
target/arm: Implement MSR/MRS access to NS banked registers
Peter Maydell
2017-09-21
1
-0
/
+110
|
/
*
Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170921' into staging
Peter Maydell
2017-09-21
22
-467
/
+528
|
\
|
*
mips: Improve macro parenthesization
Eric Blake
2017-09-21
1
-28
/
+28
|
*
mips: replace cpu_mips_init() with cpu_generic_init()
Igor Mammedov
2017-09-21
8
-25
/
+7
|
*
mips: MIPSCPU model subclasses
Igor Mammedov
2017-09-21
5
-64
/
+117
|
*
mips: call cpu_mips_realize_env() from mips_cpu_realizefn()
Philippe Mathieu-Daudé
2017-09-21
2
-1
/
+3
|
*
mips: split cpu_mips_realize_env() out of cpu_mips_init()
Philippe Mathieu-Daudé
2017-09-21
2
-7
/
+13
|
*
mips: introduce internal.h and cleanup cpu.h
Philippe Mathieu-Daudé
2017-09-21
11
-353
/
+372
|
*
mips: move hw/mips/cputimer.c to target/mips/
Philippe Mathieu-Daudé
2017-09-21
3
-3
/
+2
|
/
*
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...
Peter Maydell
2017-09-21
7
-4
/
+1035
|
\
|
*
sun4u: use sunhme as default on-board NIC
Mark Cave-Ayland
2017-09-21
1
-4
/
+21
|
*
net: add Sun HME (Happy Meal Ethernet) on-board NIC
Mark Cave-Ayland
2017-09-21
6
-0
/
+1014
*
|
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170920-tag' into...
Peter Maydell
2017-09-21
4
-6
/
+30
|
\
\
|
|
/
|
/
|
|
*
xen/pt: allow QEMU to request MSI unmasking at bind time
Roger Pau Monne
2017-09-21
3
-5
/
+29
|
*
xen-disk: use g_new0 to fix build
Olaf Hering
2017-09-21
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
Peter Maydell
2017-09-20
1
-30
/
+30
|
\
|
*
9pfs: check the size of transport buffer before marshaling
Jan Dakinevich
2017-09-20
1
-3
/
+12
|
*
9pfs: fix name_to_path assertion in v9fs_complete_rename()
Jan Dakinevich
2017-09-20
1
-14
/
+9
|
*
9pfs: fix readdir() for 9p2000.u
Jan Dakinevich
2017-09-20
1
-13
/
+9
*
|
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2017-09-20
82
-525
/
+307
|
\
\
|
|
/
|
/
|
|
*
MAINTAINERS: Update git URLs for my trees
Eduardo Habkost
2017-09-19
1
-1
/
+4
|
*
hw/acpi-build: Fix SRAT memory building in case of node 0 without RAM
Eduardo Habkost
2017-09-19
1
-6
/
+22
|
*
NUMA: Replace MAX_NODES with nb_numa_nodes in for loop
Dou Liyang
2017-09-19
1
-1
/
+1
|
*
numa: cpu: calculate/set default node-ids after all -numa CLI options are parsed
Igor Mammedov
2017-09-19
5
-26
/
+28
|
*
arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly
Igor Mammedov
2017-09-19
33
-265
/
+115
|
*
pc: use generic cpu_model parsing
Igor Mammedov
2017-09-19
4
-42
/
+15
|
*
vl.c: convert cpu_model to cpu type and set of global properties before machi...
Igor Mammedov
2017-09-19
2
-0
/
+16
|
*
cpu: make cpu_generic_init() abort QEMU on error
Igor Mammedov
2017-09-19
38
-176
/
+7
|
*
qom: cpus: split cpu_generic_init() on feature parsing and cpu creation parts
Igor Mammedov
2017-09-19
2
-16
/
+51
|
*
hostmem-file: Add "discard-data" option
Eduardo Habkost
2017-09-19
2
-1
/
+36
|
*
osdep: Define QEMU_MADV_REMOVE
Eduardo Habkost
2017-09-19
1
-0
/
+7
|
*
vl: Clean up user-creatable objects when exiting
Eduardo Habkost
2017-09-19
3
-0
/
+14
*
|
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170919-v2' into sta...
Peter Maydell
2017-09-19
46
-519
/
+591
|
\
\
|
*
|
MAINTAINERS/s390x: add terminal3270.c
Christian Borntraeger
2017-09-19
1
-0
/
+1
|
*
|
virtio-ccw: Create a virtio gpu device for the ccw bus
Farhan Ali
2017-09-19
2
-0
/
+59
|
*
|
virtio-gpu: Handle endian conversion
Farhan Ali
2017-09-19
1
-8
/
+62
|
*
|
s390x/ccw: create s390 phb for compat reasons as well
Cornelia Huck
2017-09-19
1
-0
/
+3
|
*
|
configure: Allow --enable-seccomp on s390x, too
Thomas Huth
2017-09-19
1
-1
/
+1
[prev]
[next]