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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2019-03-12
file-posix: Store BDRVRawState.reopen_state during reopen
Kevin Wolf
1
-0
/
+10
2019-03-12
file-posix: Factor out raw_reconfigure_getfd()
Kevin Wolf
1
-45
/
+62
2019-03-12
file-posix: Fix bdrv_open_flags() for snapshot=on
Kevin Wolf
4
-7
/
+25
2019-03-12
block: Make permission changes in reopen less wrong
Kevin Wolf
1
-11
/
+24
2019-03-12
block: Avoid useless local_err
Kevin Wolf
1
-3
/
+1
2019-03-12
qemu-iotests: commit to backing file with auto-read-only
Kevin Wolf
2
-0
/
+51
2019-03-12
tests/virtio-blk-test: Disable auto-read-only
Kevin Wolf
1
-1
/
+1
2019-03-12
qapi: drop x- from x-block-latency-histogram-set
Vladimir Sementsov-Ogievskiy
3
-17
/
+17
2019-03-12
qapi: move to QOM path for x-block-latency-histogram-set
Vladimir Sementsov-Ogievskiy
2
-8
/
+8
2019-03-12
gluster: the glfs_io_cbk callback function pointer adds pre/post stat args
Niels de Vos
2
-1
/
+29
2019-03-12
gluster: Handle changed glfs_ftruncate signature
Prasanna Kumar Kalever
2
-0
/
+22
2019-03-12
Merge remote-tracking branch 'remotes/armbru/tags/pull-pflash-2019-03-11' int...
Peter Maydell
36
-490
/
+548
2019-03-12
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190312' into...
Peter Maydell
82
-1610
/
+5840
2019-03-12
vfio: Make vfio_get_region_info_cap public
Alexey Kardashevskiy
2
-1
/
+3
2019-03-12
Suppress test warnings about missing Spectre/Meltdown mitigations with TCG
David Gibson
3
-9
/
+27
2019-03-12
spapr: Use CamelCase properly
David Gibson
33
-1175
/
+1175
2019-03-12
target/ppc: Optimize x[sv]xsigdp using deposit_i64()
Philippe Mathieu-Daudé
1
-8
/
+4
2019-03-12
target/ppc: Optimize xviexpdp() using deposit_i64()
Philippe Mathieu-Daudé
1
-11
/
+3
2019-03-12
target/ppc: add HV support for POWER9
Cédric Le Goater
1
-1
/
+2
2019-03-12
ppc/pnv: add a "ibm,opal/power-mgt" device tree node on POWER9
Cédric Le Goater
1
-0
/
+15
2019-03-12
ppc/pnv: add more dummy XSCOM addresses
Cédric Le Goater
1
-6
/
+27
2019-03-12
ppc/pnv: activate XSCOM tests for POWER9
Cédric Le Goater
1
-2
/
+0
2019-03-12
ppc/pnv: POWER9 XSCOM quad support
Cédric Le Goater
5
-5
/
+146
2019-03-12
ppc/pnv: extend XSCOM core support for POWER9
Cédric Le Goater
2
-13
/
+89
2019-03-12
ppc/pnv: add a OCC model for POWER9
Cédric Le Goater
5
-0
/
+91
2019-03-12
ppc/pnv: add a OCC model class
Cédric Le Goater
3
-18
/
+54
2019-03-12
ppc/pnv: add SerIRQ routing registers
Cédric Le Goater
2
-0
/
+16
2019-03-12
ppc/pnv: add a LPC Controller model for POWER9
Cédric Le Goater
4
-1
/
+234
2019-03-12
ppc/pnv: add a 'dt_isa_nodename' to the chip
Cédric Le Goater
2
-13
/
+7
2019-03-12
ppc/pnv: add a LPC Controller class model
Cédric Le Goater
3
-25
/
+77
2019-03-12
ppc/pnv: lpc: fix OPB address ranges
Cédric Le Goater
1
-3
/
+4
2019-03-12
ppc/pnv: add a PSI bridge model for POWER9
Cédric Le Goater
5
-2
/
+384
2019-03-12
ppc/pnv: add a PSI bridge class model
Cédric Le Goater
4
-29
/
+87
2019-03-12
mac_newworld: use node name instead of alias name for hd device in FWPathProv...
Mark Cave-Ayland
1
-2
/
+2
2019-03-12
mac_oldworld: use node name instead of alias name for hd device in FWPathProv...
Mark Cave-Ayland
1
-2
/
+2
2019-03-12
target/ppc: introduce vsr64_offset() to simplify get_cpu_vsr{l,h}() and set_c...
Mark Cave-Ayland
2
-40
/
+14
2019-03-12
target/ppc: switch fpr/vsrl registers so all VSX registers are in host endian...
Mark Cave-Ayland
3
-10
/
+10
2019-03-12
target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr...
Mark Cave-Ayland
3
-19
/
+7
2019-03-12
target/ppc: introduce avr_full_offset() function
Mark Cave-Ayland
3
-17
/
+22
2019-03-12
target/ppc: move Vsr* macros from internal.h to cpu.h
Mark Cave-Ayland
2
-19
/
+20
2019-03-12
target/ppc: introduce single vsrl_offset() function
Mark Cave-Ayland
2
-7
/
+12
2019-03-12
target/ppc: introduce single fpr_offset() function
Mark Cave-Ayland
2
-3
/
+8
2019-03-12
spapr_iommu: Do not replay mappings from just created DMA window
Alexey Kardashevskiy
3
-0
/
+42
2019-03-12
ppc/pnv: psi: add a reset handler
Cédric Le Goater
1
-0
/
+11
2019-03-12
ppc/pnv: psi: add a PSIHB_REG macro
Cédric Le Goater
1
-2
/
+4
2019-03-12
ppc/pnv: fix logging primitives using Ox
Cédric Le Goater
2
-7
/
+7
2019-03-12
ppc/xive: activate HV support
Cédric Le Goater
1
-3
/
+54
2019-03-12
ppc/pnv: introduce a new pic_print_info() operation to the chip model
Cédric Le Goater
2
-3
/
+25
2019-03-12
ppc/pnv: introduce a new dt_populate() operation to the chip model
Cédric Le Goater
2
-2
/
+26
2019-03-12
ppc/pnv: add a XIVE interrupt controller model for POWER9
Cédric Le Goater
7
-2
/
+2162
[next]