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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-12
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
2
-53
/
+6
2015-06-12
iohandler: Change return type of qemu_set_fd_handler to "void"
Fam Zheng
1
-4
/
+4
2015-06-12
main-loop: Drop qemu_set_fd_handler2
Fam Zheng
2
-49
/
+2
2015-06-12
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150612' into staging
Peter Maydell
2
-10
/
+3
2015-06-12
Add a protective section footer
Dr. David Alan Gilbert
1
-0
/
+1
2015-06-12
Disable section footers on older machine types
Dr. David Alan Gilbert
1
-1
/
+1
2015-06-12
Move loadvm_handlers into MigrationIncomingState
Dr. David Alan Gilbert
3
-0
/
+8
2015-06-12
Move copy out of qemu_peek_buffer
Dr. David Alan Gilbert
1
-1
/
+1
2015-06-12
Create MigrationIncomingState
Dr. David Alan Gilbert
2
-0
/
+10
2015-06-12
qemu_ram_foreach_block: pass up error value, and down the ramblock name
Dr. David Alan Gilbert
1
-2
/
+2
2015-06-12
Split header writing out of qemu_savevm_state_begin
Dr. David Alan Gilbert
1
-0
/
+1
2015-06-12
Add qemu_get_counted_string to read a string prefixed by a count byte
Dr. David Alan Gilbert
1
-0
/
+3
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
1
-6
/
+2
2015-06-12
migration: move ram stuff to migration/ram
Juan Quintela
2
-1
/
+2
2015-06-11
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
11
-73
/
+44
2015-06-11
net/dp8393x: QOM'ify
Hervé Poussineau
1
-5
/
+0
2015-06-11
dma/rc4030: convert to QOM
Hervé Poussineau
1
-3
/
+1
2015-06-11
dma/rc4030: use AddressSpace and address_space_rw in users
Hervé Poussineau
1
-6
/
+4
2015-06-11
softmmu: Add probe_write()
Yongbok Kim
1
-0
/
+2
2015-06-10
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150610-1' into s...
Peter Maydell
3
-0
/
+350
2015-06-10
vhost-scsi: move qdev properties into vhost-scsi.c
Shannon Zhao
1
-9
/
+0
2015-06-10
virtio-serial-bus: move qdev properties into virtio-serial-bus.c
Shannon Zhao
1
-3
/
+0
2015-06-10
virtio-rng: move qdev properties into virtio-rng.c
Shannon Zhao
1
-10
/
+0
2015-06-10
virtio-scsi: move qdev properties into virtio-scsi.c
Shannon Zhao
1
-13
/
+0
2015-06-10
virtio-net.h: Remove unsed DEFINE_VIRTIO_NET_PROPERTIES
Shannon Zhao
1
-6
/
+1
2015-06-10
virtio-net: move qdev properties into virtio-net.c
Shannon Zhao
1
-24
/
+0
2015-06-10
pci: add PCI_CLASS_INPUT_*
Gerd Hoffmann
1
-0
/
+7
2015-06-10
virtio_balloon: header update
Michael S. Tsirkin
1
-0
/
+6
2015-06-10
virtio: add modern config accessors
Michael S. Tsirkin
1
-0
/
+9
2015-06-10
virtio: generation counter support
Michael S. Tsirkin
1
-0
/
+1
2015-06-10
vhost: 64 bit features
Cornelia Huck
2
-5
/
+5
2015-06-10
virtio: allow to fail setting status
Cornelia Huck
1
-1
/
+2
2015-06-10
virtio: allow virtio-1 queue layout
Cornelia Huck
1
-0
/
+3
2015-06-10
virtio: endianness checks for virtio 1.0 devices
Cornelia Huck
2
-2
/
+10
2015-06-10
Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw_cfg-20150610-1' int...
Peter Maydell
1
-2
/
+1
2015-06-10
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150609.0' i...
Peter Maydell
3
-0
/
+122
2015-06-10
virtio-gpu/2d: add virtio gpu core code
Gerd Hoffmann
1
-0
/
+145
2015-06-10
virtio: update headers, add virtio-gpu (2d)
Gerd Hoffmann
2
-0
/
+205
2015-06-10
fw_cfg: remove support for guest-side data writes
Gabriel L. Somlo
1
-2
/
+0
2015-06-10
fw_cfg: add fw_cfg_modify_i16 (update) method
Gabriel L. Somlo
1
-0
/
+1
2015-06-09
hw/vfio/platform: calxeda xgmac device
Eric Auger
1
-0
/
+46
2015-06-09
QemuOpts: Convert qemu_opt_foreach() to Error
Markus Armbruster
1
-2
/
+5
2015-06-09
QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure
Markus Armbruster
1
-2
/
+1
2015-06-09
QemuOpts: Convert qemu_opts_foreach() to Error
Markus Armbruster
2
-3
/
+3
2015-06-08
QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure
Markus Armbruster
1
-2
/
+2
2015-06-08
hw/vfio/platform: add irq assignment
Eric Auger
1
-0
/
+31
2015-06-08
hw/vfio/platform: vfio-platform skeleton
Eric Auger
2
-0
/
+45
2015-06-08
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
16
-82
/
+196
2015-06-08
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
1
-2
/
+2
2015-06-05
update Linux headers from kvm/next
Paolo Bonzini
1
-1
/
+1
[next]