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
*
accel: introduce AccelCPUClass extending CPUClass
Claudio Fontana
2021-02-05
2
-0
/
+42
*
accel: replace struct CpusAccel with AccelOpsClass
Claudio Fontana
2021-02-05
3
-21
/
+52
*
accel: extend AccelState and AccelClass to user-mode
Claudio Fontana
2021-02-05
5
-10
/
+12
*
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
2021-02-05
2
-99
/
+101
*
cpu: move debug_check_watchpoint to tcg_ops
Claudio Fontana
2021-02-05
1
-3
/
+6
*
cpu: move adjust_watchpoint_address to tcg_ops
Claudio Fontana
2021-02-05
1
-1
/
+5
*
cpu: move do_unaligned_access to tcg_ops
Claudio Fontana
2021-02-05
1
-6
/
+7
*
cpu: move cc->transaction_failed to tcg_ops
Claudio Fontana
2021-02-05
1
-15
/
+13
*
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
2021-02-05
1
-2
/
+2
*
cpu: Move debug_excp_handler to tcg_ops
Eduardo Habkost
2021-02-05
1
-2
/
+2
*
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
2021-02-05
1
-9
/
+12
*
cpu: Move cpu_exec_* to tcg_ops
Eduardo Habkost
2021-02-05
1
-6
/
+6
*
cpu: Move synchronize_from_tb() to tcg_ops
Eduardo Habkost
2021-02-05
1
-9
/
+13
*
accel/tcg: split TCG-only code from cpu_exec_realizefn
Claudio Fontana
2021-02-05
2
-2
/
+11
*
cpu: Introduce TCGCpuOperations struct
Eduardo Habkost
2021-02-05
1
-1
/
+15
*
tcg/tci: Make tci_tb_ptr thread-local
Richard Henderson
2021-02-05
1
-1
/
+1
*
exec/cpu-defs: Remove TCG backends dependency
Philippe Mathieu-Daudé
2021-02-05
1
-3
/
+0
*
acpi: Permit OEM ID and OEM table ID fields to be changed
Marian Postevca
2021-02-05
9
-9
/
+23
*
pci: add romsize property
Paolo Bonzini
2021-02-05
1
-0
/
+1
*
display/ui: add a callback to indicate GL state is flushed
Marc-André Lureau
2021-02-04
2
-1
/
+3
*
virtio-gpu: avoid re-entering cmdq processing
Marc-André Lureau
2021-02-04
1
-0
/
+1
*
ui: add egl dmabuf import to gtkglarea
Marc-André Lureau
2021-02-04
1
-0
/
+2
*
ui: check gtk-egl dmabuf support
Marc-André Lureau
2021-02-04
1
-0
/
+1
*
ui: add qemu_egl_has_dmabuf helper
Marc-André Lureau
2021-02-04
1
-0
/
+1
*
ui: add a DCLOps callback to check dmabuf support
Marc-André Lureau
2021-02-04
1
-0
/
+2
*
ui: add an optional get_flags callback to GraphicHwOps
Marc-André Lureau
2021-02-04
1
-0
/
+9
*
vhost-user-gpu: add a configuration flag for dmabuf usage
Marc-André Lureau
2021-02-04
1
-0
/
+3
*
ui: remove console_has_gl_dmabuf()
Marc-André Lureau
2021-02-04
1
-1
/
+0
*
ui: annotate DCLOps callback requirements
Marc-André Lureau
2021-02-04
1
-0
/
+19
*
ui: add gd_gl_area_scanout_disable
Marc-André Lureau
2021-02-04
1
-0
/
+1
*
ui: remove gl_ctx_get_current
Marc-André Lureau
2021-02-04
3
-4
/
+0
*
spice: delay starting until display are initialized
Marc-André Lureau
2021-02-04
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-02-02-v2' into...
Peter Maydell
2021-02-03
5
-26
/
+28
|
\
|
*
nbd: make nbd_read* return -EIO on error
Roman Kagan
2021-02-03
1
-3
/
+4
|
*
block/io: use int64_t bytes in copy_range
Vladimir Sementsov-Ogievskiy
2021-02-03
2
-9
/
+9
|
*
block/io: support int64_t bytes in read/write wrappers
Vladimir Sementsov-Ogievskiy
2021-02-03
2
-7
/
+8
|
*
block/io: support int64_t bytes in bdrv_co_p{read,write}v_part()
Vladimir Sementsov-Ogievskiy
2021-02-03
1
-2
/
+2
|
*
block: use int64_t as bytes type in tracked requests
Eric Blake
2021-02-03
1
-2
/
+2
|
*
block/throttle-groups: throttle_group_co_io_limits_intercept(): 64bit bytes
Vladimir Sementsov-Ogievskiy
2021-02-03
1
-1
/
+1
|
*
util/iov: make qemu_iovec_init_extended() honest
Vladimir Sementsov-Ogievskiy
2021-02-03
1
-1
/
+1
|
*
block: refactor bdrv_check_request: add errp
Vladimir Sementsov-Ogievskiy
2021-02-03
1
-1
/
+1
*
|
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210203'...
Peter Maydell
2021-02-03
1
-1
/
+4
|
\
\
|
|
/
|
/
|
|
*
hw/ssi: imx_spi: Use a macro for number of chip selects supported
Bin Meng
2021-02-02
1
-1
/
+4
*
|
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...
Peter Maydell
2021-02-03
3
-2
/
+7
|
\
\
|
|
/
|
/
|
|
*
memory: add readonly support to memory_region_init_ram_from_file()
Stefan Hajnoczi
2021-02-01
3
-2
/
+7
*
|
error: rename error_with_timestamp to message_with_timestamp
Stefan Hajnoczi
2021-02-01
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-re...
Peter Maydell
2021-01-29
1
-1
/
+1
|
\
|
*
Prefer 'on' | 'off' over 'yes' | 'no' for bool options
Daniel P. Berrangé
2021-01-29
1
-1
/
+1
*
|
arm: Remove frq properties on CMSDK timer, dualtimer, watchdog, ARMSSE
Peter Maydell
2021-01-29
4
-8
/
+0
*
|
hw/arm/mps2: Inline CMSDK_APB_TIMER creation
Peter Maydell
2021-01-29
1
-21
/
+0
[next]