index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-05
hw/ppc/pegasos2: Fix a typo in a comment
BALATON Zoltan
1
-1
/
+1
2023-02-05
ppc/pnv/pci: Fix PHB xscom registers memory region name
Frederic Barrat
1
-1
/
+1
2023-02-05
ppc/pnv/pci: Update PHB5 version register
Frederic Barrat
1
-1
/
+1
2023-02-05
ppc/pnv/pci: Remove duplicate definition of PNV_PHB5_DEVICE_ID
Frederic Barrat
1
-1
/
+0
2023-02-05
ppc/pnv/pci: Cleanup PnvPHBPecState structure
Frederic Barrat
1
-2
/
+0
2023-02-05
hw/ppc/e500.c: Attach eSDHC unimplemented region to ccsr_addr_space
Bernhard Beschow
1
-3
/
+7
2023-02-05
hw/ppc/e500.c: Avoid hardcoding parent device in create_devtree_etsec()
Bernhard Beschow
1
-1
/
+1
2023-02-05
hw/ppc/e500{, plat}: Drop redundant checks for presence of platform bus
Bernhard Beschow
2
-9
/
+5
2023-02-05
hw/ppc: Set machine->fdt in e500 machines
Bernhard Beschow
1
-1
/
+6
2023-02-05
hw/pci-host/mv64361: Reuse pci_swizzle_map_irq_fn
Bernhard Beschow
1
-6
/
+1
2023-02-05
ppc/pegasos2: Improve readability of VIA south bridge creation
BALATON Zoltan
1
-7
/
+7
2023-02-05
tests/migration: add support for ppc64le for guestperf.py
Murilo Opsfelder Araujo
1
-3
/
+25
2023-02-05
tests/migration: add sysprof-capture-4 as dependency for stress binary
Murilo Opsfelder Araujo
1
-1
/
+3
2023-02-04
Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...
Peter Maydell
11
-250
/
+378
2023-02-04
Merge tag 'm68k-next-pull-request' of https://github.com/vivier/qemu-m68k int...
Peter Maydell
1
-0
/
+4
2023-02-04
Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into...
Peter Maydell
54
-4264
/
+4556
2023-02-04
monitor: Rename misc.c to hmp-target.c
Markus Armbruster
2
-2
/
+2
2023-02-04
monitor: Loosen coupling between misc.c and monitor.c slightly
Markus Armbruster
3
-10
/
+4
2023-02-04
monitor: Move remaining QMP stuff from misc.c to qmp-cmds.c
Markus Armbruster
2
-52
/
+52
2023-02-04
monitor: Move remaining HMP commands from misc.c to hmp-cmds.c
Markus Armbruster
4
-221
/
+233
2023-02-04
monitor: Move target-dependent HMP commands to hmp-cmds-target.c
Markus Armbruster
4
-351
/
+388
2023-02-04
monitor: Move monitor_putc() next to monitor_puts & external linkage
Markus Armbruster
3
-27
/
+28
2023-02-04
monitor: Split file descriptor passing stuff off misc.c
Markus Armbruster
3
-434
/
+469
2023-02-04
qdev: Move HMP command completion from monitor to softmmu/
Markus Armbruster
2
-82
/
+82
2023-02-04
acpi: Move the QMP command from monitor/ to hw/acpi/
Markus Armbruster
3
-21
/
+31
2023-02-04
stats: Move HMP commands from monitor/ to stats/
Markus Armbruster
3
-235
/
+248
2023-02-04
stats: Move QMP commands from monitor/ to stats/
Markus Armbruster
7
-153
/
+170
2023-02-04
runstate: Move HMP commands from monitor/ to softmmu/
Markus Armbruster
6
-64
/
+86
2023-02-04
tpm: Move HMP commands from monitor/ to softmmu/
Markus Armbruster
4
-55
/
+67
2023-02-04
virtio: Move HMP commands from monitor/ to hw/virtio/
Markus Armbruster
3
-309
/
+322
2023-02-04
migration: Move the QMP command from monitor/ to migration/
Markus Armbruster
2
-31
/
+30
2023-02-04
migration: Move HMP commands from monitor/ to migration/
Markus Armbruster
4
-785
/
+808
2023-02-04
net: Move hmp_info_network() to net-hmp-cmds.c
Markus Armbruster
6
-30
/
+33
2023-02-04
net: Move HMP commands from monitor to net/
Markus Armbruster
4
-117
/
+143
2023-02-04
hmp: Rewrite strlist_from_comma_list() as hmp_split_at_comma()
Markus Armbruster
2
-17
/
+11
2023-02-04
rocker: Move HMP commands from monitor to hw/net/rocker/
Markus Armbruster
3
-297
/
+317
2023-02-04
block: Factor out hmp_change_medium(), and move to block/monitor/
Markus Armbruster
3
-16
/
+25
2023-02-04
qom: Move HMP commands from monitor/ to qom/
Markus Armbruster
3
-68
/
+67
2023-02-04
machine: Move HMP commands from monitor/ to hw/core/
Markus Armbruster
2
-209
/
+208
2023-02-04
machine: Move QMP commands from monitor/ to hw/core/
Markus Armbruster
2
-140
/
+144
2023-02-04
trace: Move HMP commands from monitor/ to trace/
Markus Armbruster
4
-119
/
+152
2023-02-04
hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.h
Markus Armbruster
4
-6
/
+6
2023-02-04
readline: Extract readline_add_completion_of() from monitor
Markus Armbruster
4
-66
/
+41
2023-02-04
hmp: Drop redundant argument check from add_completion_option()
Markus Armbruster
1
-3
/
+0
2023-02-04
char: Factor out qmp_add_client() parts and move to chardev/
Markus Armbruster
3
-11
/
+25
2023-02-04
char: Move HMP commands from monitor/ to chardev/
Markus Armbruster
4
-202
/
+225
2023-02-04
audio: Move HMP commands from monitor/ to audio/
Markus Armbruster
4
-56
/
+87
2023-02-04
monitor: Drop unnecessary includes
Markus Armbruster
5
-27
/
+2
2023-02-03
linux-user: Allow sendmsg() without IOV
Helge Deller
1
-2
/
+7
2023-02-03
linux-user: Implement SOL_ALG encryption support
Helge Deller
1
-0
/
+8
[next]