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-02-05
configure: Add a proper check for openpty() in libutil
Thomas Huth
2
-6
/
+10
2019-02-05
cpu-exec: reset BQL after longjmp in cpu_exec_step_atomic
Emilio G. Cota
1
-0
/
+3
2019-02-05
cpu-exec: add assert_no_pages_locked() after longjmp
Emilio G. Cota
1
-0
/
+1
2019-02-05
tap: flush STDOUT on newline
Paolo Bonzini
2
-0
/
+2
2019-02-05
vhost-user-test: reduce usage of global_qtest
Paolo Bonzini
1
-21
/
+17
2019-02-05
vhost-user-test: skip if there is no memory at address 0
Paolo Bonzini
1
-13
/
+45
2019-02-05
vhost-user-test: support VHOST_USER_PROTOCOL_F_CROSS_ENDIAN
Paolo Bonzini
1
-3
/
+5
2019-02-05
vhost-user-test: signal data_cond when s->rings changes
Paolo Bonzini
1
-0
/
+2
2019-02-05
vhost-user-test: use g_cond_broadcast
Paolo Bonzini
1
-2
/
+2
2019-02-05
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-02-04' into st...
Peter Maydell
10
-196
/
+239
2019-02-05
Merge remote-tracking branch 'remotes/xtensa/tags/20190204-xtensa' into staging
Peter Maydell
16
-54
/
+37479
2019-02-04
block/nbd-client: rename read_reply_co to connection_co
Vladimir Sementsov-Ogievskiy
2
-14
/
+14
2019-02-04
block/nbd-client: don't check ioc
Vladimir Sementsov-Ogievskiy
1
-11
/
+5
2019-02-04
block/nbd-client: fix nbd_reply_chunk_iter_receive
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-02-04
block/nbd-client: split connection from initialization
Vladimir Sementsov-Ogievskiy
1
-9
/
+24
2019-02-04
block/nbd: move connection code from block/nbd to block/nbd-client
Vladimir Sementsov-Ogievskiy
3
-41
/
+39
2019-02-04
block/nbd-client: split channel errors from export errors
Vladimir Sementsov-Ogievskiy
1
-36
/
+47
2019-02-04
nbd: generalize usage of nbd_read
Vladimir Sementsov-Ogievskiy
5
-83
/
+71
2019-02-04
qemu-nbd: Deprecate qemu-nbd --partition
Eric Blake
3
-2
/
+39
2019-02-04
test-filter-mirror: pass UNIX domain socket through fd
Jason Wang
1
-12
/
+10
2019-02-04
tests/docker/test-mingw and docs: Remove --with-sdlabi=2.0
Thomas Huth
2
-3
/
+2
2019-02-04
Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190204' into st...
Peter Maydell
5
-40
/
+57
2019-02-04
xen-block: handle resize callback
Paul Durrant
3
-7
/
+38
2019-02-04
xen: fix xen-bus state model to allow frontend re-connection
Paul Durrant
1
-13
/
+19
2019-02-04
configure: Don't add Xen's libs to LDFLAGS
Anthony PERARD
1
-1
/
+0
2019-02-04
configure: xen: Stop build-testing for xc_domain_create
Anthony PERARD
1
-19
/
+0
2019-02-04
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190204' into...
Peter Maydell
41
-776
/
+682
2019-02-04
mmap-alloc: fix hugetlbfs misaligned length in ppc64
Murilo Opsfelder Araujo
4
-10
/
+20
2019-02-04
mmap-alloc: unfold qemu_ram_mmap()
Murilo Opsfelder Araujo
1
-19
/
+34
2019-02-04
hw/ppc: Don't include m48t59.h if it is not necessary
Thomas Huth
4
-5
/
+0
2019-02-04
spapr_pci: Fix endianness in assigned-addresses property
Alexey Kardashevskiy
1
-1
/
+1
2019-02-04
target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.c
Mark Cave-Ayland
1
-110
/
+45
2019-02-04
target/ppc: remove ROTRu32 and ROTRu64 macros from int_helper.c
Mark Cave-Ayland
1
-28
/
+20
2019-02-04
target/ppc: simplify VEXT_SIGNED macro in int_helper.c
Mark Cave-Ayland
1
-7
/
+7
2019-02-04
target/ppc: eliminate use of EL_IDX macros from int_helper.c
Mark Cave-Ayland
1
-39
/
+27
2019-02-04
target/ppc: eliminate use of HI_IDX and LO_IDX macros from int_helper.c
Mark Cave-Ayland
1
-95
/
+85
2019-02-04
target/ppc: rework vmul{e,o}{s,u}{b,h,w} instructions to use Vsr* macros
Mark Cave-Ayland
1
-21
/
+27
2019-02-04
target/ppc: rework vmrg{l,h}{b,h,w} instructions to use Vsr* macros
Mark Cave-Ayland
1
-35
/
+19
2019-02-04
hw/ppc/spapr: Add support for "-vga cirrus"
Thomas Huth
1
-0
/
+1
2019-02-04
QemuMacDrivers: update qemu_vga.ndrv to 90c488d built from submodule
Mark Cave-Ayland
2
-0
/
+0
2019-02-04
MAINTAINERS: add myself as maintainer for Mac Old World and New World machines
Mark Cave-Ayland
1
-2
/
+4
2019-02-04
spapr: Drop unused parameters from fdt building helper
Alexey Kardashevskiy
1
-5
/
+3
2019-02-04
MAINTAINERS: Merge the two e500 sections
Thomas Huth
1
-10
/
+3
2019-02-04
MAINTAINERS: XIVE is an interrupt controller, not a machine
Thomas Huth
1
-8
/
+8
2019-02-04
hw/ppc: Move ppc40x_*reset() functions from ppc405_uc.c to ppc.c
Thomas Huth
3
-60
/
+57
2019-02-04
ppc: remove the interrupt presenters from under PowerPCCPU
Cédric Le Goater
1
-5
/
+0
2019-02-04
target/ppc: implement complete set of Vsr* macros
Mark Cave-Ayland
1
-1
/
+8
2019-02-04
spapr: move the interrupt presenters under machine_data
Cédric Le Goater
6
-18
/
+25
2019-02-04
ppc/pnv: introduce a CPU machine_data
Cédric Le Goater
3
-4
/
+24
2019-02-04
xive: add a get_tctx() method to the XiveRouter
Cédric Le Goater
3
-34
/
+47
[next]