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
2017-08-31
vpc: use DIV_ROUND_UP
Marc-André Lureau
1
-2
/
+2
2017-08-31
qcow2: use DIV_ROUND_UP
Marc-André Lureau
1
-1
/
+1
2017-08-31
dmg: use DIV_ROUND_UP
Marc-André Lureau
1
-1
/
+1
2017-08-31
pcspk: use QEMU_ALIGN_DOWN
Marc-André Lureau
1
-1
/
+1
2017-08-31
i8254: use QEMU_ALIGN_DOWN
Marc-André Lureau
1
-2
/
+2
2017-08-31
vhost: use QEMU_ALIGN_DOWN
Marc-André Lureau
1
-1
/
+1
2017-08-31
vhdx: use QEMU_ALIGN_DOWN
Marc-André Lureau
1
-1
/
+1
2017-08-31
vnc: use QEMU_ALIGN_DOWN
Marc-André Lureau
1
-4
/
+4
2017-08-31
i386: use ROUND_UP macro
Marc-André Lureau
1
-8
/
+8
2017-08-30
slirp: fix clearing ifq_so from pending packets
Samuel Thibault
1
-16
/
+23
2017-08-30
Open 2.11 development tree
Peter Maydell
1
-1
/
+1
2017-08-30
block/nbd-client: refactor request send/receive
Vladimir Sementsov-Ogievskiy
1
-47
/
+26
2017-08-30
block/nbd-client: rename nbd_recv_coroutines_enter_all
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2017-08-30
block/nbd-client: get rid of ssize_t
Vladimir Sementsov-Ogievskiy
1
-5
/
+5
2017-08-30
nbd/client: fix nbd_send_request to return int
Vladimir Sementsov-Ogievskiy
2
-2
/
+2
2017-08-30
nbd/client: refactor nbd_receive_reply
Vladimir Sementsov-Ogievskiy
2
-4
/
+10
2017-08-30
nbd/client: refactor nbd_read_eof
Vladimir Sementsov-Ogievskiy
3
-18
/
+28
2017-08-30
nbd/client: fix nbd_opt_go
Vladimir Sementsov-Ogievskiy
1
-2
/
+0
2017-08-30
qemu-iotests: test NBD over UNIX domain sockets in 083
Stefan Hajnoczi
3
-71
/
+214
2017-08-30
qemu-iotests: improve nbd-fault-injector.py startup protocol
Stefan Hajnoczi
1
-0
/
+4
2017-08-30
nbd-client: avoid read_reply_co entry if send failed
Stefan Hajnoczi
1
-16
/
+9
2017-08-30
qemu-iotests: Extend non-shared storage migration test (194)
Kashyap Chamarthy
2
-9
/
+25
2017-08-30
qcow2: allocate cluster_cache/cluster_data on demand
Stefan Hajnoczi
2
-12
/
+17
2017-08-30
s390x/pci: fixup trap_msix()
Yi Min Zhao
1
-2
/
+2
2017-08-30
pc-bios/s390-ccw.img: update image
Cornelia Huck
1
-0
/
+0
2017-08-30
s390-ccw: Fix alignment for CCW1
Farhan Ali
1
-1
/
+1
2017-08-30
s390x/s390-stattrib: Mark the storage attribute as not user_creatable
Thomas Huth
2
-0
/
+8
2017-08-30
target/s390x: cleanup cpu.h
David Hildenbrand
1
-69
/
+68
2017-08-30
s390x/kvm: move KVM declarations and stubs to separate files
David Hildenbrand
13
-119
/
+170
2017-08-30
s390x: avoid calling kvm_ functions outside of target/s390x/
David Hildenbrand
3
-3
/
+9
2017-08-30
target/s390x: move a couple of functions to cpu.c
David Hildenbrand
2
-79
/
+89
2017-08-30
target/s390x: introduce internal.h
David Hildenbrand
20
-343
/
+409
2017-08-30
target/s390x: move get_per_in_range() to misc_helper.c
David Hildenbrand
2
-11
/
+11
2017-08-30
target/s390x: move s390_do_cpu_reset() to diag.c
David Hildenbrand
2
-7
/
+7
2017-08-30
target/s390x: move psw_key_valid() to mem_helper.c
David Hildenbrand
2
-11
/
+11
2017-08-30
target/s390x: move cpu_mmu_idx_to_asc() to excp_helper.c
David Hildenbrand
2
-14
/
+14
2017-08-30
target/s390x: move cc_name() to helper.c
David Hildenbrand
2
-47
/
+49
2017-08-30
target/s390x: move gtod_*() declarations to s390-virtio.h
David Hildenbrand
2
-3
/
+2
2017-08-30
s390x: drop inclusion of sysemu/kvm.h from some files
David Hildenbrand
4
-4
/
+1
2017-08-30
s390x/cpumodel: factor out determination of default model name
David Hildenbrand
3
-6
/
+10
2017-08-30
target/s390x: no need to pass kvm_state to savevm_gtod handlers
David Hildenbrand
1
-1
/
+1
2017-08-30
target/s390x: simplify gs_allowed()
David Hildenbrand
1
-12
/
+2
2017-08-30
target/s390x: simplify ri_allowed()
David Hildenbrand
1
-3
/
+0
2017-08-30
s390x/kvm: drop KVMState parameter from kvm_s390_set_mem_limit()
David Hildenbrand
2
-10
/
+9
2017-08-30
s390x/kvm: drop KVMState parameter from s390_get_memslot_count()
David Hildenbrand
3
-7
/
+7
2017-08-30
s390x/s390-skeys: Mark the storage key devices with user_creatable = false
Thomas Huth
2
-0
/
+8
2017-08-30
s390x: refine pci dependencies
Cornelia Huck
1
-1
/
+1
2017-08-30
s390x/pci: fence off instructions for non-pci
Cornelia Huck
1
-13
/
+41
2017-08-30
s390x/sclp: properly guard pci-specific functions
Cornelia Huck
4
-29
/
+48
2017-08-30
s390x/ccw: create s390 phb conditionally
Cornelia Huck
1
-6
/
+8
[prev]
[next]