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
*
target/arm/cpu64: max cpu: Introduce sve<N> properties
Andrew Jones
2019-11-01
1
-0
/
+1
*
bootdevice: FW_CFG interface for LCHS values
Sam Eiderman
2019-10-31
1
-0
/
+1
*
scsi: Propagate unrealize() callback to scsi-hd
Sam Eiderman
2019-10-31
1
-0
/
+1
*
bootdevice: Add interface to gather LCHS
Sam Eiderman
2019-10-31
1
-0
/
+3
*
block: Support providing LCHS from user
Sam Eiderman
2019-10-31
1
-1
/
+5
*
block: Refactor macros - fix tabbing
Sam Eiderman
2019-10-31
1
-8
/
+8
*
Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...
Peter Maydell
2019-10-30
18
-37
/
+1004
|
\
|
*
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
*
|
net/virtio: add failover support
Jens Freimann
2019-10-29
2
-0
/
+13
*
|
migration: add new migration state wait-unplug
Jens Freimann
2019-10-29
1
-0
/
+2
*
|
migration: allow unplug during migration for failover devices
Jens Freimann
2019-10-29
1
-0
/
+1
*
|
pci: mark devices partially unplugged
Jens Freimann
2019-10-29
1
-0
/
+1
*
|
pci: add option for net failover
Jens Freimann
2019-10-29
1
-0
/
+3
*
|
qdev/qbus: add hidden device support
Jens Freimann
2019-10-29
1
-0
/
+29
*
|
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2019-10-29
3
-0
/
+9
|
\
\
|
*
|
virtio-net: prevent offloads reset on migration
Mikhail Sennikovsky
2019-10-29
1
-0
/
+2
|
*
|
virtio: new post_load hook
Michael S. Tsirkin
2019-10-29
1
-0
/
+6
|
*
|
net: add tulip (dec21143) driver
Sven Schnelle
2019-10-29
1
-0
/
+1
*
|
|
Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i...
Peter Maydell
2019-10-29
6
-0
/
+363
|
\
\
\
|
*
|
|
hw/m68k: add a dummy SWIM floppy controller
Laurent Vivier
2019-10-28
1
-0
/
+76
|
*
|
|
hw/m68k: add Nubus macfb video card
Laurent Vivier
2019-10-28
1
-0
/
+64
|
*
|
|
hw/m68k: add Nubus support
Laurent Vivier
2019-10-28
2
-0
/
+93
|
*
|
|
hw/m68k: implement ADB bus support for via
Laurent Vivier
2019-10-28
1
-0
/
+7
|
*
|
|
hw/m68k: add VIA support
Laurent Vivier
2019-10-28
1
-0
/
+108
|
*
|
|
esp: add pseudo-DMA as used by Macintosh
Laurent Vivier
2019-10-28
1
-0
/
+15
*
|
|
|
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into staging
Peter Maydell
2019-10-29
3
-12
/
+31
|
\
\
\
\
|
*
|
|
|
exec: Cache TARGET_PAGE_MASK for TARGET_PAGE_BITS_VARY
Richard Henderson
2019-10-28
1
-2
/
+6
|
*
|
|
|
exec: Promote TARGET_PAGE_MASK to target_long
Richard Henderson
2019-10-28
1
-1
/
+1
|
*
|
|
|
exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCG
Richard Henderson
2019-10-28
1
-0
/
+4
|
*
|
|
|
exec: Use const alias for TARGET_PAGE_BITS_VARY
Richard Henderson
2019-10-28
1
-4
/
+10
|
*
|
|
|
exec: Split out variable page size support to exec-vary.c
Richard Henderson
2019-10-28
1
-0
/
+6
|
*
|
|
|
cpu: use ROUND_UP() to define xxx_PAGE_ALIGN
Wei Yang
2019-10-28
1
-4
/
+3
[next]