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/hw/virtio: more comment for VIRTIO_F_BAD_FEATURE
Alex Bennée
2022-10-07
1
-1
/
+6
|
|
/
/
*
|
|
Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2022-10-12
5
-100
/
+288
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
job: remove unused functions
Emanuele Giuseppe Esposito
2022-10-07
1
-72
/
+38
|
*
|
blockjob: remove unused functions
Emanuele Giuseppe Esposito
2022-10-07
1
-19
/
+12
|
*
|
job.c: enable job lock/unlock and remove Aiocontext locks
Emanuele Giuseppe Esposito
2022-10-07
1
-8
/
+9
|
*
|
job.h: categorize JobDriver callbacks that need the AioContext lock
Emanuele Giuseppe Esposito
2022-10-07
1
-2
/
+25
|
*
|
blockjob.h: categorize fields in struct BlockJob
Emanuele Giuseppe Esposito
2022-10-07
1
-6
/
+26
|
*
|
jobs: protect job.aio_context with BQL and job_mutex
Emanuele Giuseppe Esposito
2022-10-07
1
-3
/
+20
|
*
|
blockjob: introduce block_job _locked() APIs
Emanuele Giuseppe Esposito
2022-10-07
1
-0
/
+18
|
*
|
job.c: add job_lock/unlock while keeping job.h intact
Emanuele Giuseppe Esposito
2022-10-07
1
-7
/
+131
|
*
|
aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKED
Emanuele Giuseppe Esposito
2022-10-07
1
-4
/
+13
|
*
|
job.c: API functions not used outside should be static
Emanuele Giuseppe Esposito
2022-10-07
1
-18
/
+0
|
*
|
job.h: categorize fields in struct Job
Emanuele Giuseppe Esposito
2022-10-07
1
-25
/
+36
|
*
|
job.c: make job_mutex and job_lock/unlock() public
Emanuele Giuseppe Esposito
2022-10-07
1
-0
/
+24
|
*
|
job: add missing coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-1
/
+1
|
*
|
coroutine: remove incorrect coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-1
/
+1
|
*
|
nbd: remove incorrect coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-1
/
+1
|
*
|
coroutine: Drop coroutine_fn annotation from qemu_coroutine_self()
Alberto Faria
2022-10-07
1
-1
/
+1
|
|
/
*
|
dump: Rework filter area variables
Janosch Frank
2022-10-06
1
-3
/
+10
*
|
dump: Rework get_start_block
Janosch Frank
2022-10-06
1
-2
/
+0
*
|
dump: Replace opaque DumpState pointer with a typed one
Janosch Frank
2022-10-06
2
-4
/
+5
|
/
*
plugins: add [pre|post]fork helpers to linux-user
Alex Bennée
2022-10-06
1
-0
/
+24
*
accel/kvm: move kvm_update_guest_debug to inline stub
Alex Bennée
2022-10-06
1
-0
/
+16
*
gdbstub: move guest debug support check to ops
Alex Bennée
2022-10-06
2
-7
/
+1
*
gdbstub: move breakpoint logic to accel ops
Alex Bennée
2022-10-06
3
-5
/
+9
*
gdbstub: move sstep flags probing into AccelClass
Alex Bennée
2022-10-06
2
-8
/
+12
*
monitor: expose monitor_puts to rest of code
Alex Bennée
2022-10-06
1
-0
/
+1
*
Merge tag 'pull-tcg-20221004' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2022-10-05
7
-32
/
+131
|
\
|
*
accel/tcg: Introduce TARGET_TB_PCREL
Richard Henderson
2022-10-04
2
-2
/
+33
|
*
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
2022-10-04
2
-1
/
+7
|
*
hw/core: Add CPUClass.get_pc
Richard Henderson
2022-10-04
1
-0
/
+3
|
*
include/hw/core: Create struct CPUJumpCache
Richard Henderson
2022-10-04
3
-14
/
+3
|
*
accel/tcg: Use DisasContextBase in plugin_gen_tb_start
Richard Henderson
2022-10-04
1
-3
/
+4
|
*
include/exec: Introduce TARGET_PAGE_ENTRY_EXTRA
Richard Henderson
2022-10-04
1
-0
/
+9
|
*
accel/tcg: Introduce tlb_set_page_full
Richard Henderson
2022-10-04
2
-0
/
+36
|
*
accel/tcg: Introduce probe_access_full
Richard Henderson
2022-10-04
2
-0
/
+16
|
*
accel/tcg: Drop addr member from SavedIOTLB
Richard Henderson
2022-10-04
1
-1
/
+0
|
*
accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFull
Richard Henderson
2022-10-04
1
-11
/
+11
|
*
cpu: cache CPUClass in CPUState for hot code paths
Alex Bennée
2022-10-04
1
-0
/
+9
*
|
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2022-10-04
2
-12
/
+22
|
\
\
|
|
/
|
/
|
|
*
watchdog: remove -watchdog option
Paolo Bonzini
2022-09-29
1
-12
/
+0
|
*
x86: return modified setup_data only if read as memory, not as file
Jason A. Donenfeld
2022-09-27
1
-0
/
+22
*
|
Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2022-10-03
5
-6
/
+13
|
\
\
|
*
|
hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS command
Lev Kujawski
2022-09-30
1
-0
/
+3
|
*
|
block: move bdrv_qiov_is_aligned to file-posix
Keith Busch
2022-09-30
1
-1
/
+0
|
*
|
block: make serializing requests functions 'void'
Denis V. Lunev
2022-09-30
1
-1
/
+1
|
*
|
block: add missed block_acct_setup with new block device init procedure
Denis V. Lunev
2022-09-30
1
-1
/
+6
|
*
|
block: pass OnOffAuto instead of bool to block_acct_setup()
Denis V. Lunev
2022-09-30
1
-3
/
+3
*
|
|
Merge tag 'pull-target-arm-20220930' of https://git.linaro.org/people/pmaydel...
Stefan Hajnoczi
2022-10-03
1
-0
/
+3
|
\
\
\
|
*
|
|
hw/arm/xlnx-zynqmp: Connect ZynqMP's USB controllers
Francisco Iglesias
2022-09-29
1
-0
/
+3
|
|
/
/
[prev]
[next]