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
i386: add hyperv-stub for CONFIG_HYPERV=n
Roman Kagan
3
-7
/
+47
2018-10-19
default-configs: collect CONFIG_HYPERV* in hyperv.mak
Roman Kagan
2
-1
/
+3
2018-10-19
hyperv: factor out arch-independent API into hw/hyperv
Roman Kagan
9
-146
/
+178
2018-10-19
hyperv: make hyperv_vp_index inline
Roman Kagan
2
-9
/
+8
2018-10-19
hyperv: split hyperv-proto.h into x86 and arch-independent parts
Roman Kagan
2
-112
/
+132
2018-10-19
hyperv: rename kvm_hv_sint_route_set_sint
Roman Kagan
3
-3
/
+3
2018-10-19
hyperv: make HvSintRoute reference-counted
Roman Kagan
3
-11
/
+28
2018-10-19
hyperv: address HvSintRoute by X86CPU pointer
Roman Kagan
1
-2
/
+8
2018-10-19
hyperv: allow passing arbitrary data to sint ack callback
Roman Kagan
3
-15
/
+18
2018-10-19
hyperv: synic: only setup ack notifier if there's a callback
Roman Kagan
1
-14
/
+19
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-18
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-10-1...
Peter Maydell
19
-193
/
+69
2018-10-18
Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20181016' into staging
Peter Maydell
1
-1
/
+2
2018-10-17
configure: remove glib_subprocess check
Marc-André Lureau
1
-6
/
+0
2018-10-17
hw/core/generic-loader: Compile only once, not for each target
Thomas Huth
2
-6
/
+2
2018-10-17
cpu: Provide a proper prototype for target_words_bigendian() in a header
Thomas Huth
4
-7
/
+11
2018-10-17
hw/core/generic-loader: Set a category for the generic-loader device
Thomas Huth
1
-0
/
+1
2018-10-17
qemu/compiler: Wrap __attribute__((flatten)) in a macro
Thomas Huth
2
-24
/
+30
2018-10-17
mailmap: Fix Reimar Döffinger name
Philippe Mathieu-Daudé
1
-1
/
+2
2018-10-16
target/hppa: Raise exception 26 on emulated hardware
Helge Deller
1
-1
/
+2
2018-10-16
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181016-...
Peter Maydell
10
-70
/
+402
2018-10-16
show-fixed-bugs.sh: Modern shell scripting (use $() instead of ``)
Mao Zhongyi
1
-5
/
+5
2018-10-16
git-submodule.sh: Modern shell scripting (use $() instead of ``)
Mao Zhongyi
1
-2
/
+2
2018-10-16
archive-source.sh: Modern shell scripting (use $() instead of ``)
Mao Zhongyi
1
-2
/
+2
2018-10-16
coccinelle: new inplace-byteswaps.cocci to remove inplace-byteswapping calls
Peter Maydell
1
-0
/
+65
2018-10-16
target/arm: Initialize ARMMMUFaultInfo in v7m_stack_read/write
Peter Maydell
1
-2
/
+2
[next]