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
2019-03-12
vhost-user: simplify vhost_user_init/vhost_user_cleanup
Marc-André Lureau
9
-66
/
+33
2019-03-12
vhost-user: define conventions for vhost-user backends
Marc-André Lureau
3
-2
/
+332
2019-03-12
libvhost-user: fix clang enum-conversion warning
Marc-André Lureau
1
-1
/
+1
2019-03-12
virtio-balloon: Restore MADV_WILLNEED hint on balloon deflate
David Gibson
1
-0
/
+13
2019-03-12
virtio-balloon: Fix possible guest memory corruption with inflates & deflates
David Gibson
1
-2
/
+46
2019-03-12
virtio-balloon: Don't mismatch g_malloc()/free (CID 1399146)
David Gibson
1
-2
/
+2
2019-03-12
virtio-balloon: fix a use-after-free case
Wei Wang
1
-6
/
+7
2019-03-12
Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...
Peter Maydell
1
-2
/
+2
2019-03-12
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190312-pull-request...
Peter Maydell
40
-1287
/
+1835
2019-03-12
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
16
-91
/
+206
2019-03-12
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190311.0' ...
Peter Maydell
5
-0
/
+194
2019-03-12
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
6
-13
/
+5
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
[next]