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
path:
root
/
include
/
sysemu
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-17
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+7
2016-06-17
qemu-char: add qemu_chr_disconnect to close a fd accepted by listen fd
Tetsuya Mukawa
1
-0
/
+7
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-0
/
+1
2016-06-13
vl: Eliminate usb_enabled()
Eduardo Habkost
1
-1
/
+0
2016-06-07
all: Remove unnecessary glib.h includes
Peter Maydell
1
-1
/
+0
2016-06-07
kvm: API to obtain max supported mem slots
Bharata B Rao
1
-0
/
+1
2016-06-06
char: get rid of qemu_char_get_next_serial
xiaoqiang zhao
1
-1
/
+0
2016-05-30
cpu: Reclaim vCPU objects
Gu Zheng
1
-0
/
+1
2016-05-27
PPC/KVM: early validation of vcpu id
Greg Kurz
1
-0
/
+2
2016-05-26
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-2' in...
Peter Maydell
1
-1
/
+1
2016-05-26
migration: convert post-copy to use QIOChannelBuffer
Daniel P. Berrange
1
-1
/
+1
2016-05-25
block: Make blk_co_preadv/pwritev() public
Kevin Wolf
1
-0
/
+6
2016-05-25
block: Rename blk_write_zeroes()
Eric Blake
1
-7
/
+7
2016-05-25
dma-helpers: change BlockBackend to opaque value in DMAIOFunc
Paolo Bonzini
1
-6
/
+6
2016-05-25
dma-helpers: change interface to byte-based
Paolo Bonzini
1
-3
/
+3
2016-05-25
block: Drop errp parameter from blk_new()
Max Reitz
1
-1
/
+1
2016-05-25
block: Drop blk_new_with_bs()
Max Reitz
1
-1
/
+0
2016-05-24
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
1
-1
/
+0
2016-05-24
Merge remote-tracking branch 'remotes/amit-virtio-rng/tags/rng-2.7-1' into st...
Peter Maydell
1
-2
/
+2
2016-05-23
cpu: Eliminate cpudef_init(), cpudef_setup()
Eduardo Habkost
1
-1
/
+0
2016-05-23
rng-random: rename RndRandom to RngRandom
Wei Jiangang
1
-2
/
+2
2016-05-20
vl: Move DisplayType typedef to vl.c
Eduardo Habkost
1
-10
/
+0
2016-05-20
vl: Make display_type a local variable
Eduardo Habkost
1
-1
/
+0
2016-05-20
vl: Replace DT_NOGRAPHIC with machine option
Eduardo Habkost
1
-1
/
+0
2016-05-20
vl: Add DT_COCOA DisplayType value
Eduardo Habkost
1
-0
/
+1
2016-05-20
vl: Table-based select_vgahw()
Eduardo Habkost
1
-0
/
+1
2016-05-19
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+28
2016-05-19
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
1
-1
/
+0
2016-05-19
block: Add bdrv_has_blk()
Kevin Wolf
1
-0
/
+1
2016-05-19
block: Remove bdrv_aio_multiwrite()
Kevin Wolf
1
-1
/
+0
2016-05-19
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
1
-0
/
+5
2016-05-19
block: Move throttling fields from BDS to BB
Kevin Wolf
1
-1
/
+10
2016-05-19
block: throttle-groups: Use BlockBackend pointers internally
Kevin Wolf
1
-1
/
+4
2016-05-19
block: Introduce BlockBackendPublic
Kevin Wolf
1
-0
/
+10
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
1
-0
/
+1
2016-05-19
dma: do not depend on kvm_enabled()
Paolo Bonzini
1
-4
/
+1
2016-05-19
include: move CPU-related definitions out of qemu-common.h
Paolo Bonzini
1
-0
/
+13
2016-05-18
accel: make configure_accelerator return void
Wei Jiangang
1
-1
/
+1
2016-05-18
remove comment for nonexistent structure member
Cao jin
1
-1
/
+0
2016-05-12
block: Kill unused sector-based blk_* functions
Eric Blake
1
-10
/
+0
2016-05-12
ide: Switch to byte-based aio block access
Eric Blake
1
-2
/
+2
2016-05-12
block: Introduce byte-based aio read/write
Eric Blake
1
-1
/
+7
2016-05-12
block: Switch blk_*write_zeroes() to byte interface
Eric Blake
1
-6
/
+6
2016-05-12
block: Switch blk_read_unthrottled() to byte interface
Eric Blake
1
-2
/
+2
2016-05-12
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
1
-1
/
+2
2016-03-30
kvm: add kvm_device_supported() helper function
Peter Xu
1
-0
/
+9
2016-03-30
replay: introduce block devices record/replay
Pavel Dovgalyuk
1
-0
/
+2
2016-03-22
Move ParallelIOArg from qemu-common.h to sysemu/char.h
Markus Armbruster
1
-0
/
+5
2016-03-22
include/qemu/iov.h: Don't include qemu-common.h
Markus Armbruster
1
-0
/
+2
2016-03-22
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
5
-6
/
+0
[next]