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
2016-02-19
device_tree: qemu_fdt_getprop_cell converted to use the error API
Eric Auger
1
-1
/
+13
2016-02-19
device_tree: qemu_fdt_getprop converted to use the error API
Eric Auger
1
-1
/
+12
2016-02-19
device_tree: introduce qemu_fdt_node_path
Eric Auger
1
-0
/
+18
2016-02-19
device_tree: introduce load_device_tree_from_sysfs
Eric Auger
1
-0
/
+8
2016-02-19
hw/vfio/platform: amd-xgbe device
Eric Auger
1
-0
/
+51
2016-02-19
pcie_aer: expose pcie_aer_msg() interface
Chen Fan
1
-0
/
+1
2016-02-19
aer: impove pcie_aer_init to support vfio device
Chen Fan
1
-1
/
+1
2016-02-19
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-02-19' into ...
Peter Maydell
2
-30
/
+54
2016-02-19
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
4
-26
/
+6
2016-02-19
qapi: Change visit_start_implicit_struct to visit_start_alternate
Eric Blake
2
-19
/
+47
2016-02-19
qapi: Don't box branches of flat unions
Eric Blake
2
-3
/
+0
2016-02-19
qapi: Adjust layout of FooList types
Eric Blake
2
-8
/
+7
2016-02-18
hw/sd/sdhci.c: Update to use SDBus APIs
Peter Maydell
1
-2
/
+1
2016-02-18
hw/sd: Add QOM bus which SD cards plug in to
Peter Maydell
1
-0
/
+62
2016-02-18
hw/sd/sd.c: QOMify
Peter Maydell
1
-0
/
+3
2016-02-18
vhost-user interrupt management fixes
Victor Kaplansky
1
-0
/
+1
2016-02-17
cuda: port SET_DEVICE_LIST command to new framework
Hervé Poussineau
1
-1
/
+1
2016-02-17
pseries: Simplify handling of the hash page table fd
David Gibson
1
-1
/
+0
2016-02-16
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
3
-9
/
+114
2016-02-16
nbd: implement TLS support in the protocol negotiation
Daniel P. Berrange
1
-0
/
+8
2016-02-16
nbd: convert to using I/O channels for actual socket I/O
Daniel P. Berrange
1
-6
/
+14
2016-02-16
qom: add helpers for UserCreatable object types
Daniel P. Berrange
2
-3
/
+92
2016-02-16
Merge remote-tracking branch 'remotes/berrange/tags/pull-io-next-2016-02-16-1...
Peter Maydell
3
-3
/
+62
2016-02-16
oslib-posix.c: Move workaround for OSX daemon() deprecation to osdep.h
Peter Maydell
1
-0
/
+11
2016-02-16
build: Don't redefine 'inline'
Eric Blake
1
-12
/
+0
2016-02-16
change type of pci_bridge_initfn() to void
Cao jin
1
-1
/
+1
2016-02-16
virtio: optimize virtio_access_is_big_endian() for little-endian targets
Greg Kurz
1
-3
/
+3
2016-02-16
virtio: move cross-endian helper to vhost
Greg Kurz
1
-13
/
+0
2016-02-16
virtio-net: use the backend cross-endian capabilities
Greg Kurz
2
-9
/
+1
2016-02-16
build: Don't redefine 'inline'
Eric Blake
1
-12
/
+0
2016-02-15
io: convert QIOChannelBuffer to use uint8_t instead of char
Daniel P. Berrange
1
-1
/
+1
2016-02-15
io: introduce helper for creating channels from file descriptors
Daniel P. Berrange
1
-0
/
+52
2016-02-15
io: improve docs for QIOChannelSocket async functions
Daniel P. Berrange
1
-2
/
+9
2016-02-12
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2016-02-12' into s...
Peter Maydell
3
-217
/
+43
2016-02-11
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-02-1...
Peter Maydell
3
-8
/
+2
2016-02-11
w32: include winsock2.h before windows.h
Paolo Bonzini
1
-1
/
+1
2016-02-11
cpu: cpu_save/cpu_load is no more
Paolo Bonzini
1
-6
/
+0
2016-02-11
qom: Correct object_property_get_int() description
Alistair Francis
1
-1
/
+1
2016-02-11
bcm2835_property: implement "get board revision" query
Stephen Warren
1
-0
/
+1
2016-02-11
cpu: Add callback to check architectural watchpoint match
Sergey Fedorov
1
-2
/
+6
2016-02-10
memory: fix usage of find_next_bit and find_next_zero_bit
Paolo Bonzini
1
-19
/
+36
2016-02-10
xen: move xenforeignmemory compat layer into common place
Ian Campbell
1
-20
/
+14
2016-02-10
xen: drop XenXC and associated interface wrappers
Ian Campbell
2
-52
/
+32
2016-02-10
xen: drop xen_xc_hvm_inject_msi wrapper
Ian Campbell
1
-6
/
+0
2016-02-10
xen: drop support for Xen 4.1 and older.
Ian Campbell
2
-146
/
+4
2016-02-09
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
4
-85
/
+304
2016-02-09
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2
-4
/
+35
2016-02-09
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-02-09' into...
Peter Maydell
1
-4
/
+11
2016-02-09
hw: Add support for LSI SAS1068 (mptsas) device
Paolo Bonzini
1
-0
/
+1
2016-02-09
scsi-generic: grab device and port SAS addresses from backend
Paolo Bonzini
1
-0
/
+1
[next]