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
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-01
hw/fsi: Introduce IBM's cfam
Ninad Palsule
4
-1
/
+208
2024-02-01
hw/fsi: Introduce IBM's fsi-slave model
Ninad Palsule
3
-2
/
+102
2024-02-01
hw/fsi: Introduce IBM's FSI Bus
Ninad Palsule
3
-1
/
+42
2024-02-01
hw/fsi: Introduce IBM's scratchpad device
Ninad Palsule
3
-2
/
+89
2024-02-01
hw/fsi: Introduce IBM's Local bus
Ninad Palsule
9
-0
/
+82
2024-02-01
hw/arm/aspeed: Check for CPU types in machine_run_board_init()
Philippe Mathieu-Daudé
6
-6
/
+27
2024-02-01
hw/arm/aspeed: Introduce aspeed_soc_cpu_type() helper
Philippe Mathieu-Daudé
5
-3
/
+11
2024-02-01
hw/arm/aspeed: Init CPU defaults in a common helper
Philippe Mathieu-Daudé
1
-43
/
+28
2024-02-01
hw/arm/aspeed: Set default CPU count using aspeed_soc_num_cpus()
Philippe Mathieu-Daudé
1
-1
/
+4
2024-02-01
hw/arm/aspeed: Remove dead code
Philippe Mathieu-Daudé
1
-1
/
+0
2024-02-01
tests/avocado/machine_aspeed.py: Update buildroot images to 2023.11
Cédric Le Goater
1
-9
/
+9
2024-01-30
qga: Solaris has net/if_arp.h and netinet/if_ether.h but not ETHER_ADDR_LEN
Nick Briggs
1
-1
/
+4
2024-01-30
qga-win: Fix guest-get-fsinfo multi-disks collection
Peng Ji
1
-0
/
+2
2024-01-30
tests/unit/test-qga: do not qualify executable paths
Samuel Tardieu
1
-3
/
+3
2024-01-30
guest-agent: improve help for --allow-rpcs and --block-rpcs
Angel M. Villegas
2
-6
/
+6
2024-01-29
target/i386: Extract x86_cpu_exec_halt() from accel/tcg/
Philippe Mathieu-Daudé
4
-12
/
+15
2024-01-29
accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handler
Philippe Mathieu-Daudé
2
-0
/
+7
2024-01-29
accel/tcg: Inline need_replay_interrupt
Richard Henderson
1
-15
/
+2
2024-01-29
target/i386: Extract x86_need_replay_interrupt() from accel/tcg/
Philippe Mathieu-Daudé
4
-4
/
+12
2024-01-29
accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handler
Philippe Mathieu-Daudé
2
-3
/
+10
2024-01-29
accel/tcg: Use CPUState.cc instead of CPU_GET_CLASS in cpu-exec.c
Richard Henderson
1
-49
/
+52
2024-01-29
target/loongarch: Constify loongarch_tcg_ops
Richard Henderson
1
-1
/
+1
2024-01-29
include/qemu: Add TCGCPUOps typedef to typedefs.h
Richard Henderson
26
-31
/
+29
2024-01-29
accel/tcg: Un-inline icount_exit_request() for clarity
Philippe Mathieu-Daudé
1
-4
/
+12
2024-01-29
accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec()
Philippe Mathieu-Daudé
4
-4
/
+4
2024-01-29
accel/tcg: Rename tcg_cpus_destroy() -> tcg_cpu_destroy()
Philippe Mathieu-Daudé
4
-4
/
+4
2024-01-29
accel/tcg: Rename tcg_ss[] -> tcg_specific_ss[] in meson
Philippe Mathieu-Daudé
1
-6
/
+6
2024-01-29
accel/tcg: Move perf and debuginfo support to tcg/
Ilya Leoshkevich
13
-21
/
+20
2024-01-29
accel/tcg: Remove #ifdef TARGET_I386 from perf.c
Ilya Leoshkevich
1
-4
/
+0
2024-01-29
tcg: Make tb_cflags() usable from target-agnostic code
Ilya Leoshkevich
2
-6
/
+6
2024-01-29
accel/tcg: Make use of qemu_target_page_mask() in perf.c
Ilya Leoshkevich
1
-1
/
+2
2024-01-29
target: Make qemu_target_page_mask() available for *-user
Ilya Leoshkevich
3
-5
/
+12
2024-01-29
accel/tcg/cpu-exec: Use RCU_READ_LOCK_GUARD
Philippe Mathieu-Daudé
1
-3
/
+1
2024-01-29
tests/tcg: Add the PROT_NONE gdbstub test
Ilya Leoshkevich
3
-1
/
+84
2024-01-29
tests/tcg: Factor out gdbstub test functions
Ilya Leoshkevich
13
-397
/
+100
2024-01-29
linux-user: Allow gdbstub to ignore page protection
Ilya Leoshkevich
1
-15
/
+63
2024-01-29
vfio/pci: Clear MSI-X IRQ index always
Cédric Le Goater
1
-3
/
+5
2024-01-29
vfio: use matching sizeof type
Paolo Bonzini
1
-1
/
+1
2024-01-29
Make 'uri' optional for migrate QAPI
Het Gala
1
-1
/
+1
2024-01-29
migration: Centralize BH creation and dispatch
Fabiano Rosas
3
-37
/
+40
2024-01-29
migration: Add a wrapper to qemu_bh_schedule
Fabiano Rosas
1
-17
/
+14
2024-01-29
migration: Reference migration state around loadvm_postcopy_handle_run_bh
Fabiano Rosas
1
-0
/
+2
2024-01-29
migration: Take reference to migration state around bg_migration_vm_start_bh
Fabiano Rosas
1
-0
/
+2
2024-01-29
migration: Fix use-after-free of migration state object
Fabiano Rosas
1
-0
/
+2
2024-01-29
migration/yank: Use channel features
Fabiano Rosas
1
-5
/
+1
2024-01-29
ci: Disable migration compatibility tests for aarch64
Fabiano Rosas
1
-0
/
+4
2024-01-29
ci: Add a migration compatibility test job
Fabiano Rosas
1
-0
/
+60
2024-01-29
analyze-migration.py: Remove trick on parsing ramblocks
Peter Xu
1
-8
/
+3
2024-01-29
migration: Drop unnecessary check in ram's pending_exact()
Peter Xu
1
-5
/
+4
2024-01-29
migration: Make threshold_size an uint64_t
Peter Xu
1
-1
/
+1
[next]