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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2018-11-02
hw/arm: versal: Add a virtual Xilinx Versal board
Edgar E. Iglesias
2
-1
/
+495
2018-11-02
hw/arm: versal: Add a model of Xilinx Versal SoC
Edgar E. Iglesias
2
-0
/
+324
2018-11-02
hw/arm/xilinx_zynq: Use the ARRAY_SIZE macro
Philippe Mathieu-Daudé
1
-1
/
+1
2018-11-02
strongarm: mask off high[31:28] bits from dir and state registers
Prasad J Pandit
1
-2
/
+2
2018-11-02
hw/arm/nrf51_soc: Connect UART to nRF51 SoC
Julia Suvorova
2
-0
/
+22
2018-11-02
hw/char: Implement nRF51 SoC UART
Julia Suvorova
3
-0
/
+335
2018-11-02
hw/arm/virt: Set VIRT_COMPAT_3_0 compat
Eric Auger
1
-0
/
+4
2018-11-01
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-10-29-2...
Peter Maydell
1
-0
/
+1
2018-10-30
tpm: Zero-init structure to avoid uninitialized variables in valgrind log
Stefan Berger
1
-0
/
+1
2018-10-30
Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...
Peter Maydell
5
-12
/
+17
2018-10-30
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181029-pull-request' ...
Peter Maydell
2
-9
/
+24
2018-10-30
milkymist-minimac2: Use qemu_log_mask(GUEST_ERROR) instead of error_report
Philippe Mathieu-Daudé
1
-5
/
+10
2018-10-30
ppc: move at24c to its own CONFIG_ symbol
Paolo Bonzini
1
-1
/
+1
2018-10-29
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20181029-pull-request...
Peter Maydell
3
-14
/
+17
2018-10-29
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20181029-pull-request' ...
Peter Maydell
3
-8
/
+13
2018-10-29
audio: use TYPE_MV88W8618_AUDIO instead of hardcoded string
Mao Zhongyi
2
-2
/
+1
2018-10-29
audio: use object link instead of qdev property to pass wm8750 reference
Mao Zhongyi
2
-8
/
+8
2018-10-29
audio: use TYPE_WM8750 instead of a hardcoded string
Mao Zhongyi
2
-2
/
+2
2018-10-29
hw: AC97: make it more QOMconventional
Li Qiang
1
-4
/
+8
2018-10-29
hw: ccid-card-emulated: cleanup resource when realize in error path
Li Qiang
1
-6
/
+14
2018-10-29
hw: ccid-card-emulated: introduce clean_event_notifier
Li Qiang
1
-0
/
+7
2018-10-29
vga_int: remove unused function protype
yuchenlin
1
-1
/
+0
2018-10-29
qxl: store channel id in qxl->id
Gerd Hoffmann
2
-7
/
+13
2018-10-29
usb: ohci: make num_ports to an unsinged integer
Li Qiang
1
-3
/
+3
2018-10-26
hw/pci-host: Remove useless parenthesis around DIV_ROUND_UP macro
Philippe Mathieu-Daudé
2
-2
/
+2
2018-10-26
xen: Use the PCI_DEVICE macro
Philippe Mathieu-Daudé
1
-4
/
+4
2018-10-26
vga_int: remove unused function protype
yuchenlin
1
-1
/
+0
2018-10-25
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
28
-255
/
+230
2018-10-25
Merge remote-tracking branch 'remotes/riscv/tags/riscv-for-master-3.1-sf0' in...
Peter Maydell
5
-10
/
+18
2018-10-24
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-10-2...
Peter Maydell
3
-4
/
+4
2018-10-24
net: xgmac: convert SysBus init method to a realize method
Cédric Le Goater
1
-6
/
+3
2018-10-24
net: stellaris_enet: add a reset method
Cédric Le Goater
1
-3
/
+4
2018-10-24
net: stellaris_enet: convert SysBus init method to a realize method
Cédric Le Goater
1
-5
/
+3
2018-10-24
net: smc91c111: convert SysBus init method to a realize method
Cédric Le Goater
1
-5
/
+3
2018-10-24
net: opencores_eth: convert SysBus init method to a realize method
Cédric Le Goater
1
-5
/
+3
2018-10-24
net: mipsnet: convert SysBus init method to a realize method
Cédric Le Goater
1
-6
/
+3
2018-10-24
net: milkymist_minimac2: convert SysBus init method to a realize method
Cédric Le Goater
1
-6
/
+3
2018-10-24
net: lance: convert SysBus init method to a realize method
Cédric Le Goater
1
-5
/
+3
2018-10-24
net: lan9118: convert SysBus init method to a realize method
Cédric Le Goater
1
-6
/
+3
2018-10-24
net: etraxfs_eth: add a reset method
Cédric Le Goater
1
-6
/
+25
2018-10-24
net: etraxfs_eth: convert SysBus init method to a realize method
Cédric Le Goater
1
-7
/
+6
2018-10-24
memory-device: trace when pre_plugging/plugging/unplugging
David Hildenbrand
3
-9
/
+12
2018-10-24
memory-device: complete factoring out unplug handling
David Hildenbrand
2
-6
/
+10
2018-10-24
memory-device: complete factoring out plug handling
David Hildenbrand
2
-11
/
+11
2018-10-24
memory-device: complete factoring out pre_plug handling
David Hildenbrand
2
-15
/
+32
2018-10-24
memory-device: add device class function set_addr()
David Hildenbrand
1
-0
/
+7
2018-10-24
memory-device: drop get_region_size()
David Hildenbrand
2
-19
/
+10
2018-10-24
memory-device: factor out get_memory_region() from pc-dimm
David Hildenbrand
2
-12
/
+24
2018-10-24
memory-device: add and use memory_device_get_region_size()
David Hildenbrand
3
-23
/
+21
2018-10-24
memory-device: forward errors in get_region_size()/get_plugged_size()
David Hildenbrand
2
-8
/
+6
[next]