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
2017-07-17
hw/char/cmsdk-apb-timer: Implement CMSDK APB timer device
Peter Maydell
5
-0
/
+319
2017-07-17
hw/arm/mps2: Add UARTs
Peter Maydell
2
-1
/
+89
2017-07-17
hw/char/cmsdk-apb-uart.c: Implement CMSDK APB UART
Peter Maydell
5
-0
/
+493
2017-07-17
hw/arm/mps2: Implement skeleton mps2-an385 and mps2-an511 board models
Peter Maydell
3
-0
/
+272
2017-07-17
target/arm: use DISAS_EXIT for eret handling
Alex Bennée
2
-3
/
+6
2017-07-17
target/arm: use gen_goto_tb for ISB handling
Alex Bennée
2
-3
/
+3
2017-07-17
target/arm/translate: ensure gen_goto_tb sets exit flags
Alex Bennée
1
-1
/
+5
2017-07-17
target/arm/translate.h: expand comment on DISAS_EXIT
Alex Bennée
1
-1
/
+4
2017-07-17
target/arm/translate: make DISAS_UPDATE match declared semantics
Alex Bennée
2
-10
/
+10
2017-07-17
include/exec/exec-all: document common exit conditions
Alex Bennée
1
-3
/
+26
2017-07-17
target/arm: Make Cortex-M3 and M4 default to 8 PMSA regions
Peter Maydell
1
-1
/
+11
2017-07-17
qdev: support properties which don't set a default value
Peter Maydell
3
-1
/
+31
2017-07-17
qdev-properties.h: Explicitly set the default value for arraylen properties
Peter Maydell
1
-0
/
+1
2017-07-17
Merge remote-tracking branch 'remotes/famz/tags/block-and-testing-pull-reques...
Peter Maydell
18
-161
/
+355
2017-07-17
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...
Peter Maydell
4
-22
/
+42
2017-07-17
travis: add no-TCG build
Paolo Bonzini
1
-0
/
+3
2017-07-17
docker.py: Improve subprocess exit code handling
Fam Zheng
1
-7
/
+12
2017-07-17
docker.py: Drop infile parameter
Fam Zheng
1
-4
/
+2
2017-07-17
docker: Don't enable networking as a side-effect of DEBUG=1
Daniel P. Berrange
1
-1
/
+4
2017-07-17
ssh: support I/O from any AioContext
Paolo Bonzini
1
-7
/
+17
2017-07-17
sheepdog: add queue_lock
Paolo Bonzini
1
-2
/
+19
2017-07-17
qed: protect table cache with CoMutex
Paolo Bonzini
5
-54
/
+129
2017-07-17
qed: introduce bdrv_qed_init_state
Paolo Bonzini
1
-5
/
+11
2017-07-17
block: invoke .bdrv_drain callback in coroutine context and from AioContext
Paolo Bonzini
3
-13
/
+37
2017-07-17
qed: move tail of qed_aio_write_main to qed_aio_write_{cow, alloc}
Paolo Bonzini
1
-38
/
+32
2017-07-17
vvfat: make it thread-safe
Paolo Bonzini
1
-1
/
+7
2017-07-17
vpc: make it thread-safe
Paolo Bonzini
1
-10
/
+10
2017-07-17
vdi: make it thread-safe
Paolo Bonzini
1
-24
/
+24
2017-07-17
coroutine-lock: add qemu_co_rwlock_downgrade and qemu_co_rwlock_upgrade
Paolo Bonzini
2
-0
/
+53
2017-07-17
qcow2: call CoQueue APIs under CoMutex
Paolo Bonzini
1
-2
/
+2
2017-07-15
slirp: Handle error returns from sosendoob()
Peter Maydell
2
-7
/
+18
2017-07-15
slirp: Handle error returns from slirp_send() in sosendoob()
Peter Maydell
1
-11
/
+18
2017-07-15
slirp: fork_exec(): Don't close() a negative number in fork_exec()
Peter Maydell
1
-1
/
+3
2017-07-15
slirp: use DIV_ROUND_UP
Marc-André Lureau
1
-3
/
+3
2017-07-14
docs/devel/memory.txt: Add section about RAM migration
Peter Maydell
1
-0
/
+31
2017-07-14
hw/display/qxl.c Use memory_region_init_ram()
Peter Maydell
1
-6
/
+3
2017-07-14
hw/pci/pci.c: Use memory_region_init_rom()
Peter Maydell
1
-2
/
+1
2017-07-14
hw/block/pflash_cfi01, pflash_cfi02: Use memory_region_init_rom_device()
Peter Maydell
2
-4
/
+2
2017-07-14
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
51
-167
/
+89
2017-07-14
scripts/coccinelle/memory-region-init-ram.cocci: New script
Peter Maydell
1
-0
/
+38
2017-07-14
memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migration
Peter Maydell
3
-1
/
+166
2017-07-14
memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()
Peter Maydell
10
-39
/
+47
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
72
-120
/
+121
2017-07-14
memory: Document that the RAM MR initializers do not handle migration
Peter Maydell
1
-0
/
+19
2017-07-14
include/hw/boards.h: Document memory_region_allocate_system_memory()
Peter Maydell
1
-0
/
+28
2017-07-14
vmgenid-test: use boot-sector infrastructure
Michael S. Tsirkin
2
-17
/
+31
2017-07-14
Merge remote-tracking branch 'remotes/berrange/tags/pull-sockets-2017-07-11-3...
Peter Maydell
2
-21
/
+56
2017-07-14
io: preserve ipv4/ipv6 flags when resolving InetSocketAddress
Daniel P. Berrange
1
-2
/
+4
2017-07-14
sockets: ensure we don't accept IPv4 clients when IPv4 is disabled
Daniel P. Berrange
1
-9
/
+31
2017-07-14
sockets: don't block IPv4 clients when listening on "::"
Daniel P. Berrange
1
-4
/
+0
[next]