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
2016-11-01
ipmi: fix build config variable name for ipmi_bmc_extern.o
Daniel P. Berrange
1
-1
/
+1
2016-11-01
ipmi: Implement shutdown via ACPI overtemp
Corey Minyard
1
-1
/
+7
2016-11-01
ipmi: chassis poweroff should use qemu_system_shutdown_request()
Cédric Le Goater
1
-1
/
+1
2016-11-01
ipmi_bmc_sim: Remove an unnecessary mutex
Corey Minyard
1
-6
/
+0
2016-11-01
ipmi: Remove hotplug from IPMI BMCs
Corey Minyard
2
-0
/
+2
2016-11-01
pc: memhp: enable nvdimm device hotplug
Xiao Guangrong
6
-12
/
+46
2016-11-01
nvdimm acpi: introduce _FIT
Xiao Guangrong
2
-5
/
+257
2016-11-01
nvdimm acpi: introduce fit buffer
Xiao Guangrong
7
-23
/
+124
2016-11-01
nvdimm acpi: prebuild nvdimm devices for available slots
Xiao Guangrong
3
-19
/
+27
2016-11-01
nvdimm acpi: use common macros instead of magic names
Xiao Guangrong
1
-34
/
+49
2016-11-01
acpi nvdimm: rename result_size to dsm_out_buf_siz
Xiao Guangrong
1
-7
/
+8
2016-11-01
nvdimm acpi: compile nvdimm acpi code arch-independently
Xiao Guangrong
1
-1
/
+1
2016-11-01
acpi nvdimm: fix Arg6 usage
Xiao Guangrong
1
-3
/
+4
2016-11-01
acpi nvdimm: fix ARG3 conflict
Xiao Guangrong
1
-3
/
+4
2016-11-01
acpi nvdimm: fix device physical address base
Xiao Guangrong
1
-3
/
+2
2016-11-01
acpi nvdimm: fix OperationRegion definition
Xiao Guangrong
1
-60
/
+62
2016-11-01
acpi nvdimm: fix wrong buffer size returned by DSM method
Xiao Guangrong
1
-1
/
+2
2016-11-01
virtio-crypto: add myself as virtio-crypto and cryptodev backends maintainer
Gonglei
1
-0
/
+13
2016-11-01
virtio-crypto: using bh to handle dataq's requests
Gonglei
2
-3
/
+60
2016-11-01
cryptodev: introduce an unified wrapper for crypto operation
Gonglei
3
-13
/
+38
2016-11-01
virtio-crypto: add data queue processing handler
Gonglei
2
-1
/
+361
2016-11-01
virtio-crypto: add control queue handler
Gonglei
1
-1
/
+298
2016-11-01
virtio-crypto: set capacity of algorithms supported
Gonglei
2
-0
/
+61
2016-11-01
virtio-crypto-pci: add virtio crypto pci support
Gonglei
3
-0
/
+93
2016-11-01
virtio-crypto: add virtio crypto device emulation
Gonglei
4
-1
/
+226
2016-10-30
cryptodev: introduce a new cryptodev backend
Gonglei
3
-0
/
+380
2016-10-30
virtio-crypto: introduce virtio_crypto.h
Gonglei
1
-0
/
+429
2016-10-30
cryptodev: add symmetric algorithm operation stuff
Gonglei
2
-0
/
+194
2016-10-30
cryptodev: introduce cryptodev backend interface
Gonglei
3
-0
/
+326
2016-10-30
virtio: inline set_host_notifier_internal
Paolo Bonzini
1
-36
/
+26
2016-10-30
virtio: inline virtio_queue_set_host_notifier_fd_handler
Paolo Bonzini
3
-28
/
+21
2016-10-30
virtio: use virtio_bus_set_host_notifier to start/stop ioeventfd
Paolo Bonzini
3
-12
/
+5
2016-10-30
virtio: remove ioeventfd_disabled altogether
Paolo Bonzini
3
-21
/
+11
2016-10-30
virtio: remove set_handler argument from set_host_notifier_internal
Paolo Bonzini
3
-13
/
+17
2016-10-30
Revert "virtio: Introduce virtio_add_queue_aio"
Paolo Bonzini
2
-37
/
+4
2016-10-30
virtio-scsi: always use dataplane path if ioeventfd is active
Paolo Bonzini
3
-38
/
+48
2016-10-30
virtio-blk: always use dataplane path if ioeventfd is active
Paolo Bonzini
3
-39
/
+55
2016-10-30
virtio: introduce virtio_device_ioeventfd_enabled
Paolo Bonzini
7
-13
/
+32
2016-10-30
virtio: add start_ioeventfd and stop_ioeventfd to VirtioDeviceClass
Paolo Bonzini
4
-38
/
+91
2016-10-30
virtio: move ioeventfd_started flag to VirtioBusState
Paolo Bonzini
10
-79
/
+16
2016-10-30
virtio: move ioeventfd_disabled flag to VirtioBusState
Paolo Bonzini
7
-38
/
+11
2016-10-30
virtio: disable ioeventfd as early as possible
Paolo Bonzini
2
-8
/
+8
2016-10-30
virtio/migration: Migrate balloon to VMState
Dr. David Alan Gilbert
1
-16
/
+15
2016-10-30
virtio/migration: Add VMStateDescription to VirtioDeviceClass
Dr. David Alan Gilbert
2
-0
/
+18
2016-10-28
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20161028-1' into st...
Peter Maydell
4
-150
/
+225
2016-10-28
Merge remote-tracking branch 'remotes/vivier/tags/m68k-part2-pull-request' in...
Peter Maydell
5
-248
/
+507
2016-10-28
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20161028' into...
Peter Maydell
87
-1713
/
+4981
2016-10-28
Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...
Peter Maydell
22
-32
/
+213
2016-10-28
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
12
-250
/
+1695
2016-10-28
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
18
-250
/
+527
[next]