index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
expr.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-04
tcg/loongarch64: Fix buid error
gaosong
1
-33
/
+35
2023-10-04
tests/avocado: Re-enable MIPS Malta tests (GitLab issue #1884 fixed)
Philippe Mathieu-Daudé
4
-24
/
+0
2023-10-04
build: Remove --enable-gprof
Richard Henderson
9
-52
/
+1
2023-10-04
linux-user/hppa: Fix struct target_sigcontext layout
Richard Henderson
1
-1
/
+1
2023-10-04
tcg: Split out tcg init functions to tcg/startup.h
Richard Henderson
9
-9
/
+65
2023-10-04
tcg: Remove argument to tcg_prologue_init
Richard Henderson
5
-5
/
+6
2023-10-04
accel/tcg: Make cpu-exec-common.c a target agnostic unit
Philippe Mathieu-Daudé
7
-12
/
+18
2023-10-04
accel/tcg: Make icount.o a target agnostic unit
Philippe Mathieu-Daudé
4
-7
/
+2
2023-10-04
accel/tcg: Make monitor.c a target-agnostic unit
Philippe Mathieu-Daudé
6
-6
/
+23
2023-10-04
accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'
Philippe Mathieu-Daudé
10
-12
/
+12
2023-10-04
exec: Rename target specific page-vary.c -> page-vary-target.c
Philippe Mathieu-Daudé
3
-2
/
+2
2023-10-04
exec: Rename cpu.c -> cpu-target.c
Philippe Mathieu-Daudé
4
-4
/
+4
2023-10-04
accel: Rename accel-common.c -> accel-target.c
Philippe Mathieu-Daudé
2
-1
/
+1
2023-10-04
accel: Make accel-blocker.o target agnostic
Philippe Mathieu-Daudé
1
-2
/
+2
2023-10-04
accel/tcg: Restrict dump_exec_info() declaration
Philippe Mathieu-Daudé
2
-5
/
+2
2023-10-04
exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h'
Philippe Mathieu-Daudé
2
-30
/
+32
2023-10-04
exec: Make EXCP_FOO definitions target agnostic
Philippe Mathieu-Daudé
2
-7
/
+7
2023-10-04
accel/tcg: move ld/st helpers to ldst_common.c.inc
Anton Johansson
3
-407
/
+225
2023-10-04
accel/tcg: Unify user and softmmu do_[st|ld]*_mmu()
Anton Johansson
2
-82
/
+117
2023-10-04
accel/tcg: Remove env_tlb()
Anton Johansson
3
-13
/
+2
2023-10-04
accel/tcg: Use CPUState in atomicity helpers
Anton Johansson
3
-62
/
+62
2023-10-04
accel/tcg: Modify atomic_mmu_lookup() to use CPUState
Anton Johansson
3
-25
/
+29
2023-10-04
accel/tcg: Modify memory access functions to use CPUState
Anton Johansson
1
-177
/
+171
2023-10-04
accel/tcg: Modify probe_access_internal() to use CPUState
Anton Johansson
1
-23
/
+23
2023-10-04
accel/tcg: Modify tlb_*() to use CPUState
Anton Johansson
2
-120
/
+108
2023-10-04
tcg: Remove TCGContext.tlb_fast_offset
Richard Henderson
3
-9
/
+9
2023-10-04
accel/tcg: Remove env_neg()
Richard Henderson
1
-12
/
+1
2023-10-04
accel/tcg: Remove cpu_set_cpustate_pointers
Richard Henderson
22
-68
/
+6
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
58
-155
/
+152
2023-10-04
hw/isa/ich9: Add comment on imperfect emulation of PIC vs. I/O APIC routing
David Woodhouse
1
-0
/
+15
2023-10-04
osdep: set _FORTIFY_SOURCE=2 when optimization is enabled
Daniel P. Berrangé
4
-14
/
+8
2023-10-04
migration: Unify and trace vmstate field_exists() checks
Peter Xu
2
-8
/
+27
2023-10-04
migration: file URI offset
Steve Sistare
2
-5
/
+47
2023-10-04
migration: file URI
Steve Sistare
6
-1
/
+91
2023-10-04
s390x/a-b-bios: zero the first byte of each page on start
Daniil Tatianin
2
-177
/
+211
2023-10-04
i386/a-b-bootblock: zero the first byte of each page on start
Daniil Tatianin
2
-8
/
+17
2023-10-04
i386/a-b-bootblock: factor test memory addresses out into constants
Daniil Tatianin
1
-3
/
+6
2023-10-04
migration/rdma: zore out head.repeat to make the error more clear
Li Zhijian
1
-1
/
+1
2023-10-04
migration: Add co-maintainers for migration
Peter Xu
1
-1
/
+2
2023-10-04
MAINTAINERS: Add entry for rdma migration
Peter Xu
1
-0
/
+9
2023-10-04
migration: Update error description outside migration.c
Tejus GK
2
-6
/
+18
2023-10-04
migration/vmstate: Introduce vmstate_save_state_with_err
Tejus GK
3
-5
/
+13
2023-10-04
vhost-user: move VhostUserProtocolFeature definition to header file
Jonah Palmer
4
-46
/
+22
2023-10-04
qmp: update virtio feature maps, vhost-user-gpio introspection
Jonah Palmer
2
-1
/
+40
2023-10-04
qmp: remove virtio_list, search QOM tree instead
Jonah Palmer
3
-69
/
+29
2023-10-04
vhost: Add count argument to vhost_svq_poll()
Hawkins Jiawei
3
-16
/
+24
2023-10-04
vdpa: remove net cvq migration blocker
Eugenio Pérez
1
-12
/
+0
2023-10-04
vdpa: move vhost_vdpa_set_vring_ready to the caller
Eugenio Pérez
3
-25
/
+46
2023-10-04
vdpa: rename vhost_vdpa_net_load to vhost_vdpa_net_cvq_load
Eugenio Pérez
1
-2
/
+2
2023-10-04
vdpa: export vhost_vdpa_set_vring_ready
Eugenio Pérez
3
-13
/
+15
[prev]
[next]