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
2020-03-12
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200312'...
Peter Maydell
12
-2
/
+912
2020-03-12
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2
-0
/
+8
2020-03-12
hw/arm/virt: Introduce finalize_gic_version()
Eric Auger
1
-0
/
+1
2020-03-12
hw/arm/virt: Introduce VirtGICType enum type
Eric Auger
1
-2
/
+9
2020-03-12
hw/arm/allwinner: add RTC device support
Niek Linnenbank
3
-0
/
+139
2020-03-12
hw/arm/allwinner-h3: add SDRAM controller device
Niek Linnenbank
2
-0
/
+111
2020-03-12
hw/arm/allwinner-h3: add Boot ROM support
Niek Linnenbank
1
-0
/
+21
2020-03-12
hw/arm/allwinner-h3: add EMAC ethernet device
Niek Linnenbank
2
-0
/
+102
2020-03-12
hw/arm/allwinner: add SD/MMC host controller
Niek Linnenbank
3
-0
/
+140
2020-03-12
hw/arm/allwinner: add Security Identifier device
Niek Linnenbank
2
-0
/
+63
2020-03-12
hw/arm/allwinner: add CPU Configuration module
Niek Linnenbank
2
-0
/
+55
2020-03-12
hw/arm/allwinner-h3: add System Control module
Niek Linnenbank
2
-0
/
+70
2020-03-12
hw/arm/allwinner-h3: add USB host controller
Niek Linnenbank
1
-0
/
+8
2020-03-12
hw/arm/allwinner-h3: add Clock Control Unit
Niek Linnenbank
2
-0
/
+69
2020-03-12
hw/arm: add Allwinner H3 System-on-Chip
Niek Linnenbank
1
-0
/
+106
2020-03-12
hw/arm/fsl-imx25: Wire up USB controllers
Guenter Roeck
1
-0
/
+9
2020-03-12
hw/arm/fsl-imx25: Wire up eSDHC controllers
Guenter Roeck
1
-0
/
+9
2020-03-11
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-03-11' in...
Peter Maydell
4
-66
/
+90
2020-03-11
block.c: adding bdrv_co_delete_file
Daniel Henrique Barboza
1
-0
/
+1
2020-03-11
block: introducing 'bdrv_co_delete_file' interface
Daniel Henrique Barboza
1
-0
/
+4
2020-03-11
block: Make bdrv_get_cumulative_perm() public
Kevin Wolf
1
-0
/
+3
2020-03-11
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2
-6
/
+84
2020-03-11
block/block-copy: hide structure definitions
Vladimir Sementsov-Ogievskiy
1
-48
/
+4
2020-03-11
block/block-copy: rename start to offset in interfaces
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2020-03-11
block/block-copy: refactor interfaces to use bytes instead of end
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2020-03-11
block/block-copy: fix progress calculation
Vladimir Sementsov-Ogievskiy
1
-10
/
+5
2020-03-11
job: refactor progress to separate object
Vladimir Sementsov-Ogievskiy
2
-9
/
+60
2020-03-11
luks: extract qcrypto_block_calculate_payload_offset()
Stefan Hajnoczi
1
-0
/
+22
2020-03-09
monitor/hmp: Move hmp_drive_add_node to block-hmp-cmds.c
Maxim Levitsky
1
-2
/
+3
2020-03-09
monitor/hmp: move hmp_info_block* to block-hmp-cmds.c
Maxim Levitsky
2
-4
/
+4
2020-03-09
monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.c
Maxim Levitsky
2
-6
/
+9
2020-03-09
monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.c
Maxim Levitsky
2
-4
/
+5
2020-03-09
monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.c
Maxim Levitsky
2
-3
/
+4
2020-03-09
monitor/hmp: move hmp_block_job* to block-hmp-cmds.c
Maxim Levitsky
2
-5
/
+6
2020-03-09
monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.c
Maxim Levitsky
2
-5
/
+9
2020-03-09
monitor/hmp: move hmp_drive_del and hmp_commit to block-hmp-cmds.c
Maxim Levitsky
2
-4
/
+4
2020-03-09
monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.c
Maxim Levitsky
2
-3
/
+16
2020-03-09
aio-posix: remove idle poll handlers to improve scalability
Stefan Hajnoczi
1
-0
/
+8
2020-03-09
aio-posix: support userspace polling of fd monitoring
Stefan Hajnoczi
1
-0
/
+19
2020-03-09
aio-posix: add io_uring fd monitoring implementation
Stefan Hajnoczi
1
-0
/
+9
2020-03-09
aio-posix: simplify FDMonOps->update() prototype
Stefan Hajnoczi
1
-7
/
+6
2020-03-09
aio-posix: extract ppoll(2) and epoll(7) fd monitoring
Stefan Hajnoczi
1
-2
/
+34
2020-03-09
qemu/queue.h: clear linked list pointers on remove
Stefan Hajnoczi
1
-4
/
+15
2020-03-09
hw/i386/pc: Clean up includes
Philippe Mathieu-Daudé
1
-8
/
+3
2020-03-09
hw/pci-host/q35: Remove unused includes
Philippe Mathieu-Daudé
1
-7
/
+0
2020-03-09
hw/pci-host/q35: Include "qemu/range.h"
Philippe Mathieu-Daudé
1
-0
/
+1
2020-03-09
hw/i386/intel_iommu: Remove unused includes
Philippe Mathieu-Daudé
1
-4
/
+0
2020-03-09
hw/i386/ioapic_internal: Remove unused "hw/i386/ioapic.h" header
Philippe Mathieu-Daudé
1
-1
/
+0
2020-03-09
hw/southbridge/ich9: Removed unused headers
Philippe Mathieu-Daudé
1
-1
/
+0
2020-03-08
pcie_root_port: Add hotplug disabling option
Julia Suvorova
2
-1
/
+4
[next]