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
2015-02-23
numa: Make max_numa_nodeid static
Eduardo Habkost
1
-3
/
+0
2015-02-23
numa: Move NUMA declarations from sysemu.h to numa.h
Eduardo Habkost
2
-18
/
+28
2015-02-18
hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()
Markus Armbruster
1
-2
/
+2
2015-02-18
hmp: Name HMP command handler functions hmp_COMMAND()
Markus Armbruster
3
-11
/
+11
2015-02-18
hmp: Clean up declarations for long-gone info handlers
Markus Armbruster
1
-3
/
+0
2015-02-16
utils: drop strtok_r from envlist_parse
Olga Krishtal
1
-1
/
+0
2015-02-16
block: Add blk_new_open()
Max Reitz
1
-0
/
+3
2015-02-16
block: Lift some BDS functions to the BlockBackend
Max Reitz
1
-0
/
+10
2015-02-13
arm: Add PCIe host bridge in virt machine
Alexander Graf
1
-0
/
+9
2015-02-06
block-backend: expose bs->bl.max_transfer_length
Peter Lieven
1
-0
/
+1
2015-01-12
kvm: extend kvm_irqchip_add_msi_route to work on s390
Frank Blaschka
1
-0
/
+4
2015-01-08
hw/usb: simplified usb_enabled
Marcel Apfelbaum
1
-1
/
+1
2015-01-08
hw/ppc: modified the condition for usb controllers to be created for some ppc...
Marcel Apfelbaum
1
-0
/
+1
2014-12-22
bootdevice: add Error **errp argument for QEMUBootSetHandler
Gonglei
1
-2
/
+2
2014-12-22
bootdevice: add Error **errp argument for qemu_boot_set()
Gonglei
1
-1
/
+1
2014-12-22
bootdevice: add Error **errp argument for validate_bootdevices()
Gonglei
1
-1
/
+1
2014-12-22
bootdevice: move code about bootorder from vl.c to bootdevice.c
Gonglei
1
-0
/
+8
2014-12-15
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+10
2014-12-15
KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checks
Eric Auger
1
-0
/
+10
2014-12-10
block: Add blk_add_close_notifier() for BB
Max Reitz
1
-0
/
+1
2014-12-10
block: Add AioContextNotifier functions to BB
Max Reitz
1
-0
/
+8
2014-12-10
block: Lift more functions into BlockBackend
Max Reitz
1
-0
/
+3
2014-11-23
pc: kvm: check if KVM has free memory slots to avoid abort()
Igor Mammedov
1
-0
/
+1
2014-11-11
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-1...
Peter Maydell
1
-0
/
+1
2014-11-11
numa: make 'info numa' take into account hotplugged memory
zhanghailiang
1
-0
/
+1
2014-11-02
qom/cpu: remove the unused CPU hot-plug notifier
Gu Zheng
1
-3
/
+0
2014-10-20
block: Lift device model API into BlockBackend
Markus Armbruster
1
-0
/
+35
2014-10-20
blockdev: Fix blockdev-add not to create DriveInfo
Markus Armbruster
1
-1
/
+0
2014-10-20
blockdev: Drop superfluous DriveInfo member id
Markus Armbruster
1
-1
/
+0
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
3
-13
/
+88
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
1
-4
/
+4
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
1
-14
/
+14
2014-10-20
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
1
-1
/
+0
2014-10-20
blockdev: Eliminate drive_del()
Markus Armbruster
1
-1
/
+0
2014-10-20
block: Code motion to get rid of stubs/blockdev.c
Markus Armbruster
1
-1
/
+0
2014-10-20
block: Connect BlockBackend and DriveInfo
Markus Armbruster
1
-0
/
+4
2014-10-20
block: Connect BlockBackend to BlockDriverState
Markus Armbruster
1
-0
/
+5
2014-10-20
block: New BlockBackend
Markus Armbruster
1
-0
/
+26
2014-10-15
bootindex: add a setter/getter functions wrapper for bootindex property
Gonglei
1
-0
/
+3
2014-10-15
bootindex: add del_boot_device_path function
Gonglei
1
-0
/
+1
2014-10-15
bootindex: add check bootindex function
Gonglei
1
-0
/
+1
2014-10-15
bootdevice: move bootdevice related code to new file bootdevice.c
Gonglei
1
-0
/
+1
2014-10-09
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
4
-4
/
+62
2014-10-09
accel: Pass MachineState object to accel init functions
Eduardo Habkost
1
-2
/
+2
2014-10-04
accel: Rename 'init' method to 'init_machine'
Eduardo Habkost
1
-1
/
+1
2014-10-04
accel: Remove tcg_available() function
Eduardo Habkost
1
-1
/
+0
2014-10-04
accel: Move qtest accel registration to qtest.c
Eduardo Habkost
1
-1
/
+0
2014-10-04
accel: Move KVM accel registration to kvm-all.c
Eduardo Habkost
1
-2
/
+0
2014-10-04
accel: Use QOM classes for accel types
Eduardo Habkost
1
-0
/
+30
2014-10-04
accel: Move accel code to accel.c
Eduardo Habkost
1
-0
/
+32
[prev]
[next]