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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-28
block: Add Error parameter to bdrv_set_backing_hd()
Kevin Wolf
1
-1
/
+2
2017-02-28
hmp: Request permissions in qemu-io
Kevin Wolf
2
-0
/
+2
2017-02-28
commit: Add filter-node-name to block-commit
Kevin Wolf
1
-3
/
+10
2017-02-28
mirror: Add filter-node-name to blockdev-mirror
Kevin Wolf
1
-1
/
+4
2017-02-28
blockjob: Factor out block_job_remove_all_bdrv()
Kevin Wolf
1
-0
/
+9
2017-02-28
block: BdrvChildRole.attach/detach() callbacks
Kevin Wolf
1
-0
/
+3
2017-02-28
blockjob: Add permissions to block_job_add_bdrv()
Kevin Wolf
1
-1
/
+4
2017-02-28
block: Add BdrvChildRole.stay_at_node
Kevin Wolf
1
-0
/
+4
2017-02-28
block: Add BdrvChildRole.get_parent_desc()
Kevin Wolf
1
-0
/
+6
2017-02-28
blockjob: Add permissions to block_job_create()
Kevin Wolf
1
-1
/
+3
2017-02-28
hw/block: Introduce share-rw qdev property
Kevin Wolf
1
-1
/
+4
2017-02-28
hw/block: Request permissions
Kevin Wolf
1
-1
/
+2
2017-02-28
block: Allow error return in BlockDevOps.change_media_cb()
Kevin Wolf
2
-2
/
+2
2017-02-28
block: Add BDRV_O_RESIZE for blk_new_open()
Kevin Wolf
1
-0
/
+1
2017-02-28
block: Add error parameter to blk_insert_bs()
Kevin Wolf
1
-1
/
+1
2017-02-28
block: Add permissions to blk_new()
Kevin Wolf
1
-1
/
+1
2017-02-28
block: Add permissions to BlockBackend
Kevin Wolf
1
-0
/
+2
2017-02-28
vvfat: Implement .bdrv_child_perm()
Kevin Wolf
1
-0
/
+1
2017-02-28
block: Default .bdrv_child_perm() for format drivers
Kevin Wolf
1
-0
/
+8
2017-02-28
block: Default .bdrv_child_perm() for filter drivers
Kevin Wolf
1
-0
/
+8
2017-02-28
block: Involve block drivers in permission granting
Kevin Wolf
1
-0
/
+61
2017-02-28
block: Let callers request permissions when attaching a child node
Kevin Wolf
1
-1
/
+14
2017-02-28
block: Add Error argument to bdrv_attach_child()
Kevin Wolf
1
-1
/
+2
2017-02-28
block: Add op blocker permission constants
Kevin Wolf
1
-0
/
+36
2017-02-28
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+92
2017-02-28
bcm2835: add sdhost and gpio controllers
Clement Deschamps
1
-0
/
+4
2017-02-28
bcm2835_gpio: add bcm2835 gpio controller
Clement Deschamps
1
-0
/
+39
2017-02-28
hw/sd: add card-reparenting function
Clement Deschamps
1
-0
/
+11
2017-02-28
hw/intc/arm_gicv3_kvm: Add ICC_SRE_EL1 register to vmstate
Vijaya Kumar K
1
-0
/
+1
2017-02-28
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
1
-1
/
+1
2017-02-28
update Linux headers to 4.11
Paolo Bonzini
4
-1
/
+35
2017-02-28
stm32f205: Create armv7m object without using armv7m_init()
Peter Maydell
1
-1
/
+3
2017-02-28
armv7m: Split systick out from NVIC
Peter Maydell
2
-7
/
+37
2017-02-28
armv7m: Make bitband device take the address space to access
Peter Maydell
1
-0
/
+2
2017-02-28
armv7m: Make ARMv7M object take memory region link
Peter Maydell
1
-0
/
+10
2017-02-28
armv7m: QOMify the armv7m container
Peter Maydell
1
-0
/
+51
2017-02-28
armv7m: Move NVICState struct definition into header
Peter Maydell
1
-0
/
+66
2017-02-28
armv7m: Abstract out the "load kernel" code
Peter Maydell
1
-0
/
+12
2017-02-28
bcm2835_sdhost: add bcm2835 sdhost controller
Clement Deschamps
1
-0
/
+48
2017-02-28
hw/arm/virt: Add a user option to disallow ITS instantiation
Eric Auger
1
-0
/
+1
2017-02-28
target-arm: Implement BCM2835 hardware RNG
Marcin Chojnacki
2
-0
/
+29
2017-02-28
postcopy: Use temporary for placing zero huge pages
Dr. David Alan Gilbert
1
-0
/
+1
2017-02-28
postcopy: Plumb pagesize down into place helpers
Dr. David Alan Gilbert
1
-2
/
+4
2017-02-28
postcopy: Record largest page size
Dr. David Alan Gilbert
2
-0
/
+2
2017-02-28
exec: ram_block_discard_range
Dr. David Alan Gilbert
2
-7
/
+1
2017-02-28
postcopy: Transmit ram size summary word
Dr. David Alan Gilbert
1
-0
/
+1
2017-02-28
migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratable
Ashijeet Acharya
1
-0
/
+3
2017-02-28
migration/vmstate: fix array of ptr with nullptrs
Halil Pasic
1
-0
/
+4
2017-02-28
elf-loader: Allow late loading of elf
Farhan Ali
2
-5
/
+21
2017-02-28
throttle: factor out duplicate code
Pradeep Jagadeesh
1
-0
/
+92
[prev]
[next]