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
2020-04-15
gdbstub: Introduce gdb_get_float32() to get 32-bit float registers
Philippe Mathieu-Daudé
1
-0
/
+9
2020-04-15
gdbstub: Do not use memset() on GByteArray
Philippe Mathieu-Daudé
1
-0
/
+9
2020-04-14
thread.h: Remove trailing semicolons from Coverity qemu_mutex_lock() etc
Peter Maydell
1
-6
/
+6
2020-04-14
thread.h: Fix Coverity version of qemu_cond_timedwait()
Peter Maydell
1
-1
/
+1
2020-04-14
osdep.h: Drop no-longer-needed Coverity workarounds
Peter Maydell
1
-14
/
+0
2020-04-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-0
/
+7
2020-04-13
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+2
2020-04-13
fw_cfg: Migrate ACPI table mr sizes separately
Shameer Kolothum
1
-0
/
+6
2020-04-13
acpi: Use macro for table-loader file name
Shameer Kolothum
1
-0
/
+1
2020-04-13
memory: Do not allow direct write access to rom_device regions
Alexander Duyck
1
-2
/
+2
2020-04-09
aio-wait: delegate polling of main AioContext if BQL not held
Paolo Bonzini
2
-19
/
+32
2020-04-07
Merge remote-tracking branch 'remotes/stsquad/tags/pull-misc-fixes-070420-1' ...
Peter Maydell
2
-23
/
+69
2020-04-07
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+0
2020-04-07
linux-user: factor out reading of /proc/self/maps
Alex Bennée
1
-0
/
+44
2020-04-07
elf-ops: bail out if we have no function symbols
Alex Bennée
1
-23
/
+25
2020-04-07
block: Increase BB.in_flight for coroutine and sync interfaces
Kevin Wolf
1
-1
/
+0
2020-04-07
ppc/pnv: Create BMC devices only when defaults are enabled
Cédric Le Goater
1
-0
/
+2
2020-04-03
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200403' into staging
Peter Maydell
1
-0
/
+7
2020-04-03
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...
Peter Maydell
2
-0
/
+109
2020-04-02
vl/s390x: fixup ram sizes for compat machines
Christian Borntraeger
1
-0
/
+7
2020-04-01
hw/isa/superio: Correct the license text
Philippe Mathieu-Daudé
1
-1
/
+1
2020-03-31
hw/i386: Introduce apicid functions inside X86MachineState
Babu Moger
1
-0
/
+9
2020-03-31
hw/386: Add EPYC mode topology decoding functions
Babu Moger
1
-0
/
+100
2020-03-31
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
4
-2
/
+5
2020-03-31
hw/net/can: Make CanBusClientInfo::can_receive() return a boolean
Philippe Mathieu-Daudé
1
-1
/
+1
2020-03-31
hw/net: Make NetCanReceive() return a boolean
Philippe Mathieu-Daudé
1
-1
/
+1
2020-03-29
acpi: add acpi=OnOffAuto machine property to x86 and arm virt
Gerd Hoffmann
3
-1
/
+5
2020-03-29
fix vhost_user_blk_watch crash
Li Feng
1
-1
/
+0
2020-03-28
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
1
-1
/
+0
2020-03-27
fdc/i8257: implement verify transfer mode
Sven Schnelle
1
-1
/
+0
2020-03-27
qemu/atomic.h: add #ifdef guards for stdatomic.h
Alex Bennée
1
-0
/
+6
2020-03-26
block: trickle down the fallback image creation function use to the block dri...
Maxim Levitsky
2
-0
/
+12
2020-03-26
block: pass BlockDriver reference to the .bdrv_co_create
Maxim Levitsky
1
-1
/
+2
2020-03-23
hw/arm/bcm283x: Correct the license text
Philippe Mathieu-Daudé
10
-10
/
+25
2020-03-22
Update copyright date for user-facing copyright strings
Peter Maydell
1
-1
/
+1
2020-03-20
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/target_renesas_rx-20...
Peter Maydell
4
-0
/
+37
2020-03-19
Add rx-softmmu
Yoshinori Sato
2
-0
/
+2
2020-03-19
target/rx: RX disassembler
Yoshinori Sato
1
-0
/
+5
2020-03-19
hw/registerfields.h: Add 8bit and 16bit register macros
Yoshinori Sato
1
-0
/
+30
2020-03-19
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...
Peter Maydell
2
-73
/
+33
2020-03-19
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
4
-68
/
+56
2020-03-19
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
5
-12
/
+6
2020-03-19
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-03-17' into ...
Peter Maydell
2
-5
/
+6
2020-03-18
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...
Peter Maydell
2
-14
/
+50
2020-03-18
block/dirty-bitmap: improve _next_dirty_area API
Vladimir Sementsov-Ogievskiy
2
-12
/
+16
2020-03-18
block/dirty-bitmap: add _next_dirty API
Vladimir Sementsov-Ogievskiy
2
-0
/
+15
2020-03-18
block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t
Vladimir Sementsov-Ogievskiy
2
-7
/
+6
2020-03-18
hbitmap: drop meta bitmaps as they are unused
Vladimir Sementsov-Ogievskiy
1
-21
/
+0
2020-03-18
hbitmap: unpublish hbitmap_iter_skip_words
Vladimir Sementsov-Ogievskiy
1
-7
/
+0
2020-03-18
hbitmap: move hbitmap_iter_next_word to hbitmap.c
Vladimir Sementsov-Ogievskiy
1
-30
/
+0
[next]