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
2018-06-22
hw/misc/tz-mpc.c: Implement the Arm TrustZone Memory Protection Controller
Peter Maydell
1
-0
/
+70
2018-06-22
hw/arm/virt: Use 256MB ECAM region by default
Eric Auger
1
-0
/
+1
2018-06-22
hw/arm/virt: Add a new 256MB ECAM region
Eric Auger
1
-0
/
+4
2018-06-22
hw/arm/virt: GICv3 DT node with one or two redistributor regions
Eric Auger
1
-0
/
+14
2018-06-22
hw/intc/arm_gicv3: Introduce redist-region-count array property
Eric Auger
1
-2
/
+6
2018-06-22
linux-headers: Update to kernel mainline commit b357bf602
Eric Auger
3
-0
/
+12
2018-06-22
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-06-20-v2' into...
Peter Maydell
1
-3
/
+8
2018-06-21
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180615' into staging
Peter Maydell
5
-33
/
+62
2018-06-21
nbd/server: introduce NBD_CMD_CACHE
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2018-06-21
nbd/server: implement dirty bitmap export
Vladimir Sementsov-Ogievskiy
1
-2
/
+6
2018-06-19
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
7
-17
/
+87
2018-06-19
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180618-pull-request' ...
Peter Maydell
1
-0
/
+12
2018-06-18
block/mirror: Add copy mode QAPI interface
Max Reitz
1
-1
/
+3
2018-06-18
job: Add job_progress_increase_remaining()
Max Reitz
1
-0
/
+15
2018-06-18
block/dirty-bitmap: Add bdrv_dirty_iter_next_area
Max Reitz
1
-0
/
+2
2018-06-18
hbitmap: Add @advance param to hbitmap_iter_next()
Max Reitz
1
-1
/
+4
2018-06-18
block: Allow graph changes in bdrv_drain_all_begin/end sections
Kevin Wolf
2
-0
/
+2
2018-06-18
block: ignore_bds_parents parameter for drain functions
Kevin Wolf
2
-5
/
+17
2018-06-18
block: Allow AIO_WAIT_WHILE with NULL ctx
Kevin Wolf
1
-4
/
+9
2018-06-18
block: Don't poll in parent drain callbacks
Kevin Wolf
1
-0
/
+9
2018-06-18
block: Drain recursively with a single BDRV_POLL_WHILE()
Kevin Wolf
1
-3
/
+6
2018-06-18
block: Really pause block jobs on drain
Kevin Wolf
3
-0
/
+23
2018-06-18
block: Avoid unnecessary aio_poll() in AIO_WAIT_WHILE()
Kevin Wolf
1
-14
/
+8
2018-06-18
hw/display: add standalone ramfb device
Gerd Hoffmann
1
-0
/
+3
2018-06-18
hw/display: add ramfb, a simple boot framebuffer living in guest ram
Gerd Hoffmann
1
-0
/
+9
2018-06-16
target/ppc, spapr: Move VPA information to machine_data
David Gibson
1
-0
/
+11
2018-06-16
pnv_core: Allocate cpu thread objects individually
David Gibson
1
-1
/
+1
2018-06-16
mos6522: expose mos6522_update_irq() through MOS6522DeviceClass
Mark Cave-Ayland
1
-0
/
+1
2018-06-16
mac_newworld: add PMU device
Mark Cave-Ayland
2
-0
/
+239
2018-06-16
adb: add property to disable direct reg 3 writes
Mark Cave-Ayland
1
-0
/
+1
2018-06-16
mac_newworld: add gpios to macio devices with PMU enabled
Mark Cave-Ayland
2
-0
/
+50
2018-06-16
mac_newworld: add via machine option to control mac99 VIA/ADB configuration
Mark Cave-Ayland
2
-0
/
+3
2018-06-15
tcg: remove tb_lock
Emilio G. Cota
4
-9
/
+5
2018-06-15
translate-all: protect TB jumps with a per-destination-TB lock
Emilio G. Cota
1
-13
/
+22
2018-06-15
translate-all: introduce assert_no_pages_locked
Emilio G. Cota
1
-0
/
+8
2018-06-15
translate-all: use per-page locking in !user-mode
Emilio G. Cota
1
-1
/
+2
2018-06-15
translate-all: iterate over TBs in a page with PAGE_FOR_EACH_TB
Emilio G. Cota
1
-1
/
+1
2018-06-15
tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctx
Emilio G. Cota
1
-1
/
+0
2018-06-15
tcg: track TBs with per-region BST's
Emilio G. Cota
2
-2
/
+0
2018-06-15
qht: return existing entry when qht_insert fails
Emilio G. Cota
1
-2
/
+5
2018-06-15
qht: require a default comparison function
Emilio G. Cota
1
-5
/
+20
2018-06-15
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a'...
Peter Maydell
3
-3
/
+4
2018-06-15
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
4
-21
/
+34
2018-06-15
exec.c: Handle IOMMUs in address_space_translate_for_iotlb()
Peter Maydell
2
-1
/
+5
2018-06-15
iommu: Add IOMMU index argument to translate method
Peter Maydell
1
-1
/
+2
2018-06-15
iommu: Add IOMMU index argument to notifier APIs
Peter Maydell
1
-1
/
+6
2018-06-15
iommu: Add IOMMU index concept to IOMMU API
Peter Maydell
1
-0
/
+55
2018-06-15
bswap: Add new stn_*_p() and ldn_*_p() memory access functions
Peter Maydell
2
-0
/
+56
2018-06-15
cputlb: Pass cpu_transaction_failed() the correct physaddr
Peter Maydell
1
-2
/
+11
2018-06-15
cpu-defs.h: Document CPUIOTLBEntry 'addr' field
Peter Maydell
1
-0
/
+9
[next]