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
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-05
hw/i386: Replace global smp variables with machine smp properties
Like Xu
4
-12
/
+28
2019-07-05
hw/s390x: Replace global smp variables with machine smp properties
Like Xu
2
-2
/
+3
2019-07-05
hw/riscv: Replace global smp variables with machine smp properties
Like Xu
5
-6
/
+18
2019-07-05
hw/ppc: Replace global smp variables with machine smp properties
Like Xu
7
-15
/
+42
2019-07-05
general: Replace global smp variables with smp machine properties
Like Xu
2
-1
/
+4
2019-07-05
machine: Refactor smp-related call chains to pass MachineState
Like Xu
10
-38
/
+39
2019-07-05
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190705-pull-request' ...
Peter Maydell
2
-63
/
+75
2019-07-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
17
-70
/
+556
2019-07-05
ati-vga: Fix setting offset together with pitch for r128pro
BALATON Zoltan
1
-2
/
+2
2019-07-05
ati-vga: Fix reverse bit blts
BALATON Zoltan
1
-15
/
+40
2019-07-05
ati-vga: Fix frame buffer endianness for big endian target
BALATON Zoltan
2
-5
/
+6
2019-07-05
ati-vga: Improve readability of ati_2d_blt function
BALATON Zoltan
1
-47
/
+33
2019-07-04
pc: Move compat_apic_id_mode variable to PCMachineClass
Eduardo Habkost
2
-14
/
+11
2019-07-04
virtio: Don't change "started" flag on virtio_vmstate_change()
Xie Yongji
1
-1
/
+4
2019-07-04
virtio: Make sure we get correct state of device on handle_aio_output()
Xie Yongji
1
-3
/
+3
2019-07-04
virtio: Set "start_on_kick" on virtio_set_features()
Xie Yongji
1
-8
/
+20
2019-07-04
virtio: Set "start_on_kick" for legacy devices
Xie Yongji
1
-4
/
+2
2019-07-04
virtio: add "use-started" property
Xie Yongji
3
-13
/
+10
2019-07-04
virtio-pci: fix missing device properties
Marc-André Lureau
1
-14
/
+14
2019-07-04
pc: Support for virtio-pmem-pci
David Hildenbrand
2
-1
/
+72
2019-07-04
virtio-pci: Proxy for virtio-pmem
Pankaj Gupta
3
-0
/
+166
2019-07-04
hw/timer/armv7m_systick: Forbid non-privileged accesses
Peter Maydell
1
-6
/
+20
2019-07-04
target/arm: v8M: Check state of exception being returned from
Peter Maydell
1
-1
/
+13
2019-07-04
arm v8M: Forcibly clear negative-priority exceptions on deactivate
Peter Maydell
1
-5
/
+35
2019-07-04
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20190702.0' in...
Peter Maydell
1
-2
/
+5
2019-07-04
Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.1-sf1-v3...
Peter Maydell
7
-119
/
+220
2019-07-04
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20190702' into...
Peter Maydell
3
-4
/
+36
2019-07-03
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190703-pull-request' ...
Peter Maydell
6
-57
/
+22
2019-07-03
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jul-02-2019' ...
Peter Maydell
1
-0
/
+30
2019-07-03
hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s...
Peter Maydell
5
-55
/
+15
2019-07-03
virtio-gpu: check if the resource already exists in virtio_gpu_load()
Li Qiang
1
-0
/
+5
2019-07-03
virtio-gpu: fix unmap in error path
Gerd Hoffmann
1
-2
/
+2
2019-07-03
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...
Peter Maydell
9
-6
/
+1107
2019-07-02
sunhme: ensure that RX descriptor ring overflow is indicated to client driver
Mark Cave-Ayland
2
-0
/
+10
2019-07-02
sunhme: fix return values from sunhme_receive() during receive packet processing
Mark Cave-Ayland
1
-3
/
+3
2019-07-02
sunhme: flush any queued packets when HME_MAC_RXCFG_ENABLE bit is raised
Mark Cave-Ayland
1
-0
/
+10
2019-07-02
sunhme: fix incorrect constant in sunhme_can_receive()
Mark Cave-Ayland
1
-1
/
+1
2019-07-02
sunhme: add trace event for logging PCI IRQ
Mark Cave-Ayland
2
-0
/
+3
2019-07-02
sun4m: set default display type to TCX
Mark Cave-Ayland
1
-0
/
+9
2019-07-02
vfio/pci: Trace vfio_set_irq_signaling() failure in vfio_msix_vector_release()
Eric Auger
1
-2
/
+5
2019-07-02
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190702' into...
Peter Maydell
15
-255
/
+400
2019-07-02
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/pflash-next-20190701...
Peter Maydell
3
-236
/
+492
2019-07-02
virtio-pci: Allow to specify additional interfaces for the base type
David Hildenbrand
2
-0
/
+2
2019-07-02
virtio-pmem: add virtio device
Pankaj Gupta
3
-0
/
+200
2019-07-02
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2
-4
/
+2
2019-07-02
hw/mips: Express dependencies of the r4k platform with Kconfig
Philippe Mathieu-Daudé
1
-0
/
+10
2019-07-02
hw/mips: Express dependencies of the Jazz machine with Kconfig
Philippe Mathieu-Daudé
1
-0
/
+17
2019-07-02
hw/mips: Express dependencies of the MIPSsim machine with Kconfig
Philippe Mathieu-Daudé
1
-0
/
+3
2019-07-02
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190701'...
Peter Maydell
20
-162
/
+1596
2019-07-02
qapi: Rename target.json to misc-target.json
Markus Armbruster
3
-4
/
+4
[next]