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
2018-10-19
hyperv: cosmetic: g_malloc -> g_new
Roman Kagan
1
-1
/
+1
2018-10-19
hyperv_testdev: drop unnecessary includes
Roman Kagan
1
-4
/
+0
2018-10-19
hyperv_testdev: refactor for better maintainability
Roman Kagan
1
-61
/
+55
2018-10-19
scsi-disk: fix rerror/werror=ignore
Paolo Bonzini
1
-1
/
+6
2018-10-19
scsi-disk: fix double completion of failing passthrough requests
Paolo Bonzini
1
-13
/
+11
2018-10-19
hw: edu: drop DO_UPCAST
Li Qiang
1
-2
/
+2
2018-10-19
call HotplugHandler->plug() as the last step in device realization
Igor Mammedov
4
-41
/
+7
2018-10-19
vl, qapi: offset calculation in RTC_CHANGE event reverted
Artem Pisarenko
2
-6
/
+7
2018-10-19
Fixes RTC bug with base datetime shifts in clock=vm
Artem Pisarenko
1
-23
/
+39
2018-10-19
vl: refactor -rtc option references
Artem Pisarenko
1
-33
/
+51
2018-10-19
vl: improve/fix documentation related to RTC function
Artem Pisarenko
1
-5
/
+9
2018-10-19
i386: hvf: Remove hvf_disabled
Roman Bolshakov
2
-10
/
+3
2018-10-19
i386: hvf: Fix register refs if REX is present
Roman Bolshakov
2
-31
/
+42
2018-10-19
i386/kvm: add support for Hyper-V IPI send
Vitaly Kuznetsov
4
-1
/
+16
2018-10-19
replay: don't process events at virtual clock checkpoint
Pavel Dovgalyuk
2
-1
/
+9
2018-10-19
target-i386: add q35 0xcf8 port as coalesced_pio
Peng Hao
1
-0
/
+4
2018-10-19
target-i386: add i440fx 0xcf8 port as coalesced_pio
Peng Hao
1
-0
/
+4
2018-10-19
target-i386: add rtc 0x70 port as coalesced_pio
Peng Hao
1
-0
/
+9
2018-10-19
target-i386 : add coalesced_pio API
Peng Hao
3
-7
/
+57
2018-10-19
linux-headers: update to 4.20-rc1
Paolo Bonzini
3
-4
/
+21
2018-10-19
target-i386: kvm: do not initialize padding fields
Paolo Bonzini
1
-2
/
+0
2018-10-19
qemu-timer: avoid checkpoints for virtual clock timers in external subsystems
Artem Pisarenko
4
-11
/
+58
2018-10-19
qemu-timer: introduce timer attributes
Artem Pisarenko
4
-70
/
+124
2018-10-19
Revert some patches from recent [PATCH v6] "Fixing record/replay and adding r...
Artem Pisarenko
4
-19
/
+7
2018-10-19
es1370: more fixes for ADC_FRAMEADR and ADC_FRAMECNT
Paolo Bonzini
1
-2
/
+8
2018-10-19
crypto: require libgcrypt >= 1.5.0 for building QEMU
Daniel P. Berrangé
5
-26
/
+15
2018-10-19
crypto: require gnutls >= 3.1.18 for building QEMU
Daniel P. Berrangé
7
-153
/
+46
2018-10-19
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...
Peter Maydell
2
-25
/
+53
2018-10-19
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-october-2018-...
Peter Maydell
14
-162
/
+1618
2018-10-19
qemu-options: Fix bad "macaddr" property in the documentation
Thomas Huth
1
-1
/
+1
2018-10-19
e1000: indicate dropped packets in HW counters
Jason Wang
2
-3
/
+16
2018-10-19
net: ignore packet size greater than INT_MAX
Jason Wang
1
-1
/
+6
2018-10-19
pcnet: fix possible buffer overflow
Jason Wang
1
-2
/
+2
2018-10-19
rtl8139: fix possible out of bound access
Jason Wang
1
-4
/
+4
2018-10-19
ne2000: fix possible out of bound access in ne2000_receive
Jason Wang
1
-2
/
+2
2018-10-19
clean up callback when del virtqueue
liujunjie
1
-0
/
+2
2018-10-19
docs: Add COLO status diagram to COLO-FT.txt
Zhang Chen
1
-0
/
+34
2018-10-19
COLO: quick failover process by kick COLO thread
zhanghailiang
1
-0
/
+8
2018-10-19
COLO: notify net filters about checkpoint/failover event
zhanghailiang
1
-0
/
+15
2018-10-19
filter-rewriter: handle checkpoint and failover event
Zhang Chen
4
-6
/
+73
2018-10-19
filter: Add handle_event method for NetFilterClass
Zhang Chen
3
-0
/
+41
2018-10-19
COLO: flush host dirty ram from cache
zhanghailiang
1
-0
/
+9
2018-10-19
savevm: split the process of different stages for loadvm/savevm
Zhang Chen
3
-16
/
+65
2018-10-19
qapi: Add new command to query colo status
Zhang Chen
2
-0
/
+53
2018-10-19
qapi/migration.json: Rename COLO unknown mode to none mode.
Zhang Chen
3
-7
/
+7
2018-10-19
qmp event: Add COLO_EXIT event to notify users while exited COLO
zhanghailiang
2
-0
/
+69
2018-10-19
COLO: Flush memory data from ram cache
Zhang Chen
2
-0
/
+39
2018-10-19
ram/COLO: Record the dirty pages that SVM received
Zhang Chen
1
-3
/
+40
2018-10-19
COLO: Load dirty pages into SVM's RAM cache firstly
Zhang Chen
5
-3
/
+94
2018-10-19
COLO: Remove colo_state migration struct
Zhang Chen
9
-83
/
+57
[prev]
[next]