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
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
include/exec: wrap cpu_ldst.h in CONFIG_TCG
Alex Bennée
2019-10-28
1
-0
/
+2
*
plugin: add qemu_plugin_outs helper
Alex Bennée
2019-10-28
2
-0
/
+7
*
plugin: add qemu_plugin_insn_disas helper
Alex Bennée
2019-10-28
2
-0
/
+11
*
plugin: expand the plugin_init function to include an info block
Alex Bennée
2019-10-28
1
-2
/
+24
*
translator: add translator_ld{ub,sw,uw,l,q}
Emilio G. Cota
2019-10-28
2
-1
/
+72
*
cputlb: ensure _cmmu helper functions follow the naming standard
Alex Bennée
2019-10-28
1
-2
/
+2
*
plugin-gen: add plugin_insn_append
Emilio G. Cota
2019-10-28
1
-0
/
+14
*
*-user: plugin syscalls
Emilio G. Cota
2019-10-28
1
-0
/
+40
*
plugins: implement helpers for resolving hwaddr
Alex Bennée
2019-10-28
2
-0
/
+48
*
tcg: let plugins instrument virtual memory accesses
Emilio G. Cota
2019-10-28
3
-27
/
+34
*
plugin-gen: add module for TCG-related code
Emilio G. Cota
2019-10-28
4
-0
/
+60
*
cputlb: introduce get_page_addr_code_hostp
Emilio G. Cota
2019-10-28
1
-0
/
+38
*
cputlb: document get_page_addr_code
Emilio G. Cota
2019-10-28
1
-3
/
+21
*
queue: add QTAILQ_REMOVE_SEVERAL
Emilio G. Cota
2019-10-28
1
-0
/
+10
*
plugin: add implementation of the api
Alex Bennée
2019-10-28
1
-3
/
+0
*
plugin: add core code
Emilio G. Cota
2019-10-28
2
-0
/
+261
*
plugin: add user-facing API
Emilio G. Cota
2019-10-28
1
-0
/
+351
*
cpu: introduce cpu_in_exclusive_context()
Emilio G. Cota
2019-10-28
1
-0
/
+13
*
trace: add mmu_index to mem_info
Alex Bennée
2019-10-28
2
-12
/
+9
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2019-10-28
1
-5
/
+10
|
\
|
*
virtio: drop unused virtio_device_stop_ioeventfd() function
Stefan Hajnoczi
2019-10-25
1
-1
/
+0
|
*
virtio: add property to enable packed virtqueue
Jason Wang
2019-10-25
1
-1
/
+3
|
*
virtio: basic packed virtqueue support
Jason Wang
2019-10-25
1
-3
/
+7
*
|
target/i386: move FERR handling to target/i386
Paolo Bonzini
2019-10-26
1
-1
/
+0
*
|
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
2019-10-26
2
-3
/
+3
*
|
Merge commit 'df84f17' into HEAD
Paolo Bonzini
2019-10-26
7
-27
/
+323
|
\
\
|
*
|
mc146818rtc: Include mc146818rtc_regs.h directly in mc146818rtc.c
Philippe Mathieu-Daudé
2019-10-24
1
-1
/
+0
|
*
|
mc146818rtc: Move RTC_ISA_IRQ definition
Philippe Mathieu-Daudé
2019-10-24
2
-2
/
+2
|
*
|
mc146818rtc: move structure to header file
Hervé Poussineau
2019-10-24
1
-0
/
+33
|
*
|
hw/i386/pc: Extract pc_i8259_create()
Philippe Mathieu-Daudé
2019-10-24
1
-0
/
+1
|
*
|
hw/i386/pc: Extract pc_gsi_create()
Philippe Mathieu-Daudé
2019-10-24
1
-0
/
+2
|
*
|
hw/i386: Introduce the microvm machine type
Sergio Lopez
2019-10-22
1
-0
/
+71
|
*
|
fw_cfg: add "modify" functions for all types
Sergio Lopez
2019-10-22
1
-0
/
+42
|
*
|
hw/i386: make x86.c independent from PCMachineState
Sergio Lopez
2019-10-22
1
-4
/
+9
|
*
|
hw/i386: split PCMachineState deriving X86MachineState from it
Paolo Bonzini
2019-10-22
2
-25
/
+60
|
*
|
hw/i386/pc: move shared x86 functions to x86.c and export them
Sergio Lopez
2019-10-22
2
-1
/
+35
|
*
|
hw/i386/pc: rename functions shared with non-PC machines
Sergio Lopez
2019-10-22
1
-1
/
+1
|
*
|
hw/virtio: Factorize virtio-mmio headers
Sergio Lopez
2019-10-22
1
-0
/
+73
*
|
|
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2019-10-25
1
-0
/
+15
|
\
\
\
|
*
|
|
coroutine: Add qemu_co_mutex_assert_locked()
Kevin Wolf
2019-10-25
1
-0
/
+15
*
|
|
|
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
2019-10-25
11
-51
/
+100
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
hw/rtc/aspeed_rtc: Remove unused includes
Philippe Mathieu-Daudé
2019-10-24
1
-3
/
+0
|
*
|
|
hw/rtc/mc146818: Include mc146818rtc_regs.h a bit less
Philippe Mathieu-Daudé
2019-10-24
1
-1
/
+0
|
*
|
|
hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé
2019-10-24
2
-4
/
+4
|
*
|
|
hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé
2019-10-24
2
-4
/
+4
|
*
|
|
hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé
2019-10-24
2
-1
/
+19
|
*
|
|
hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé
2019-10-24
2
-32
/
+57
|
*
|
|
hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé
2019-10-24
2
-5
/
+14
|
*
|
|
hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé
2019-10-24
1
-2
/
+3
|
|
|
/
|
|
/
|
*
|
|
hw/arm/bcm2836: Rename cpus[] as cpu[].core
Philippe Mathieu-Daudé
2019-10-25
1
-1
/
+3
[next]