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
2020-12-14
ppc/translate: Use POWERPC_MMU_64 to detect 64-bit MMU models
Stephane Duverger
1
-2
/
+2
2020-12-14
ppc/e500: Free irqs array to avoid memleak
Gan Qixin
1
-0
/
+1
2020-12-14
MAINTAINERS: Add Greg Kurz as co-maintainer for ppc
David Gibson
1
-1
/
+16
2020-12-14
hw/ppc: Do not re-read the clock on pre_save if doing savevm
Greg Kurz
1
-2
/
+3
2020-12-14
target/ppc: Remove "compat" property of server class POWER CPUs
Greg Kurz
2
-66
/
+0
2020-12-14
spapr: spapr_drc_attach() cannot fail
Greg Kurz
5
-12
/
+14
2020-12-14
spapr: Simplify error path of spapr_core_plug()
Greg Kurz
1
-11
/
+10
2020-12-14
spapr: Abort if ppc_set_compat() fails for hot-plugged CPUs
Greg Kurz
1
-6
/
+4
2020-12-14
spapr: Fix pre-2.10 dummy ICP hack
Greg Kurz
1
-7
/
+7
2020-12-14
xive: Add trace events
Cédric Le Goater
4
-3
/
+108
2020-12-14
hw/ppc/spapr_tpm_proxy: Fix hexadecimal format string specifier
Philippe Mathieu-Daudé
1
-1
/
+1
2020-12-14
ppc/translate: Rewrite gen_lxvdsx to use gvec primitives
Giuseppe Musacchio
1
-23
/
+23
2020-12-14
ppc/translate: Raise exceptions after setting the cc
Giuseppe Musacchio
1
-14
/
+14
2020-12-14
ppc/translate: Delay NaN checking after comparison
Giuseppe Musacchio
1
-38
/
+42
2020-12-14
ppc/translate: Turn the helper macros into functions
Giuseppe Musacchio
1
-105
/
+123
2020-12-14
ppc/translate: Fix unordered f64/f128 comparisons
Giuseppe Musacchio
1
-10
/
+22
2020-12-14
ppc: Add a missing break for PPC6xx_INPUT_TBEN
Chen Qun
1
-0
/
+1
2020-12-14
target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warnings
Chen Qun
1
-2
/
+3
2020-12-14
spapr: Do TPM proxy hotplug sanity checks at pre-plug
Greg Kurz
1
-5
/
+18
2020-12-14
spapr: Do PHB hoplug sanity check at pre-plug
Greg Kurz
1
-6
/
+11
2020-12-14
spapr: Make PHB placement functions and spapr_pre_plug_phb() return status
Greg Kurz
2
-18
/
+24
2020-12-14
spapr: Do NVDIMM/PC-DIMM device hotplug sanity checks at pre-plug only
Greg Kurz
3
-33
/
+20
2020-12-14
spapr: Do PCI device hotplug sanity checks at pre-plug only
Greg Kurz
1
-10
/
+33
2020-12-14
spapr/xics: Drop unused argument to xics_kvm_has_broken_disconnect()
Greg Kurz
3
-3
/
+3
2020-12-14
spapr/xive: Turn some sanity checks into assertions
Greg Kurz
1
-10
/
+4
2020-12-12
m68k: fix some comment spelling errors
zhaolichang
1
-8
/
+8
2020-12-12
target/m68k: Add vmstate definition for M68kCPU
Laurent Vivier
3
-6
/
+198
2020-12-12
target/m68k: remove useless qregs array
Laurent Vivier
1
-4
/
+0
2020-12-12
hw/m68k/q800.c: Make the GLUE chip an actual QOM device
Peter Maydell
1
-12
/
+70
2020-12-12
hw/m68k/q800: Don't connect two qemu_irqs directly to the same input
Peter Maydell
2
-2
/
+11
2020-12-11
block: Fix deadlock in bdrv_co_yield_to_drain()
Kevin Wolf
1
-17
/
+24
2020-12-11
block: Fix locking in qmp_block_resize()
Kevin Wolf
1
-1
/
+4
2020-12-11
block: Simplify qmp_block_resize() error paths
Kevin Wolf
1
-5
/
+4
2020-12-11
block: introduce BDRV_MAX_LENGTH
Vladimir Sementsov-Ogievskiy
8
-14
/
+90
2020-12-11
block/io: bdrv_check_byte_request(): drop bdrv_is_inserted()
Vladimir Sementsov-Ogievskiy
1
-13
/
+12
2020-12-11
block/io: bdrv_refresh_limits(): use ERRP_GUARD
Vladimir Sementsov-Ogievskiy
1
-4
/
+3
2020-12-11
block/file-posix: fix workaround in raw_do_pwrite_zeroes()
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2020-12-11
can-host: Fix crash when 'canbus' property is not set
Kevin Wolf
1
-0
/
+5
2020-12-11
iotests/221: Discard image before qemu-img map
Max Reitz
2
-8
/
+13
2020-12-11
file-posix: check the use_lock before setting the file lock
Li Feng
1
-1
/
+1
2020-12-11
iotests/308: Add test for FUSE exports
Max Reitz
3
-0
/
+437
2020-12-11
iotests: Enable fuse for many tests
Max Reitz
75
-75
/
+75
2020-12-11
iotests: Allow testing FUSE exports
Max Reitz
3
-1
/
+134
2020-12-11
iotests: Give access to the qemu-storage-daemon
Max Reitz
2
-0
/
+28
2020-12-11
storage-daemon: Call bdrv_close_all() on exit
Max Reitz
1
-0
/
+3
2020-12-11
iotests/287: Clean up subshell test image
Max Reitz
1
-2
/
+2
2020-12-11
iotests: Let _make_test_img guess $TEST_IMG_FILE
Max Reitz
1
-3
/
+37
2020-12-11
iotests: Restrict some Python tests to file
Max Reitz
2
-2
/
+4
2020-12-11
iotests/091: Use _cleanup_qemu instad of "wait"
Max Reitz
1
-1
/
+2
2020-12-11
iotests: Derive image names from $TEST_IMG
Max Reitz
4
-9
/
+7
[next]