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
2018-03-12
hw/i386/pc: Factor out the superio code
Philippe Mathieu-Daudé
1
-31
/
+41
2018-03-12
hw/alpha/dp264: Use the TYPE_SMC37C669_SUPERIO
Philippe Mathieu-Daudé
1
-6
/
+4
2018-03-12
hw/alpha/dp264: Add the ISA DMA controller
Philippe Mathieu-Daudé
1
-0
/
+4
2018-03-12
hw/isa/superio: Add the SMC FDC37C669 Super I/O
Philippe Mathieu-Daudé
2
-1
/
+116
2018-03-12
hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIO
Philippe Mathieu-Daudé
2
-12
/
+23
2018-03-12
hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init()
Philippe Mathieu-Daudé
2
-2
/
+2
2018-03-12
hw/mips/mips_fulong2e: Factor out vt82c686b_southbridge_init()
Philippe Mathieu-Daudé
1
-42
/
+41
2018-03-12
hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.c
Philippe Mathieu-Daudé
2
-25
/
+29
2018-03-12
hw/mips/malta: Code movement
Philippe Mathieu-Daudé
1
-7
/
+7
2018-03-12
hw/isa/superio: Factor out the IDE code from pc87312.c
Philippe Mathieu-Daudé
3
-17
/
+43
2018-03-12
hw/isa/superio: Add a keyboard/mouse controller (8042)
Philippe Mathieu-Daudé
2
-1
/
+3
2018-03-12
hw/isa/superio: Factor out the floppy disc controller code from pc87312.c
Philippe Mathieu-Daudé
3
-28
/
+56
2018-03-12
hw/isa/superio: Factor out the serial code from pc87312.c
Philippe Mathieu-Daudé
3
-32
/
+54
2018-03-12
hw/isa/superio: Factor out the parallel code from pc87312.c
Philippe Mathieu-Daudé
3
-24
/
+83
2018-03-12
hw/isa/pc87312: Inherit from the abstract TYPE_ISA_SUPERIO
Philippe Mathieu-Daudé
1
-1
/
+10
2018-03-12
hw/isa/superio: Add a Super I/O template based on the PC87312 device
Philippe Mathieu-Daudé
2
-0
/
+29
2018-03-12
hw/isa/pc87312: Use 'unsigned int' for the irq value
Philippe Mathieu-Daudé
1
-3
/
+3
2018-03-12
hw/isa/pc87312: Use uint16_t for the ISA I/O base address
Philippe Mathieu-Daudé
1
-7
/
+7
2018-03-12
hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIO
Philippe Mathieu-Daudé
2
-2
/
+2
2018-03-12
hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h
Philippe Mathieu-Daudé
12
-7
/
+18
2018-03-12
hw/dma/i8257: Rename DMA_init() to i8257_dma_init()
Philippe Mathieu-Daudé
8
-15
/
+12
2018-03-12
hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.c
Philippe Mathieu-Daudé
9
-27
/
+43
2018-03-12
hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devices
Thomas Huth
2
-8
/
+11
2018-03-12
hw/i386: make IOMMUs configurable via default-configs/
Paolo Bonzini
1
-2
/
+2
2018-03-12
scsi: support NDOB (no data-out buffer) for WRITE SAME commands
Paolo Bonzini
2
-2
/
+2
2018-03-12
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Thomas Huth
21
-23
/
+0
2018-03-12
scsi-disk.c: consider bl->max_transfer in INQUIRY emulation
Daniel Henrique Barboza
1
-0
/
+15
2018-03-12
q35: change default NIC to e1000e
Paolo Bonzini
3
-5
/
+16
2018-03-12
net: allow using any PCI NICs in -net or -nic
Paolo Bonzini
2
-32
/
+31
2018-03-12
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180309'...
Peter Maydell
14
-33
/
+1627
2018-03-09
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2
-13
/
+35
2018-03-09
sdhci: Fix a typo in comment
Philippe Mathieu-Daudé
1
-2
/
+2
2018-03-09
sdcard: Add the Tuning Command (CMD19)
Philippe Mathieu-Daudé
1
-0
/
+29
2018-03-09
sdcard: Display which protocol is used when tracing (SD or SPI)
Philippe Mathieu-Daudé
2
-8
/
+14
2018-03-09
sdcard: Display command name when tracing CMD/ACMD
Philippe Mathieu-Daudé
5
-10
/
+109
2018-03-09
sdcard: Do not trace CMD55, except when we already expect an ACMD
Philippe Mathieu-Daudé
1
-3
/
+8
2018-03-09
hw/arm/virt: Support -machine gic-version=max
Peter Maydell
1
-10
/
+19
2018-03-09
hw/arm/virt: Add "max" to the list of CPU types "virt" supports
Peter Maydell
1
-0
/
+1
2018-03-09
arm: avoid heap-buffer-overflow in load_aarch64_image
Marc-André Lureau
1
-1
/
+2
2018-03-09
arm: fix load ELF error leak
Marc-André Lureau
1
-0
/
+1
2018-03-09
hw/arm: Use more CONFIG switches for the object files
Thomas Huth
1
-9
/
+21
2018-03-09
Implement support for i.MX7 Sabre board
Andrey Smirnov
2
-1
/
+91
2018-03-09
i.MX: Add i.MX7 SOC implementation.
Andrey Smirnov
2
-0
/
+583
2018-03-09
pci: Add support for Designware IP block
Andrey Smirnov
2
-0
/
+756
2018-03-09
hw/arm: Set the core count for Xilinx's ZynqMP
Alistair Francis
1
-0
/
+2
2018-03-09
Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-upstream-v8.2' in...
Peter Maydell
13
-2
/
+2860
2018-03-08
virtio-scsi: fix race between .ioeventfd_stop() and vq handler
Stefan Hajnoczi
1
-4
/
+5
2018-03-08
virtio-blk: fix race between .ioeventfd_stop() and vq handler
Stefan Hajnoczi
1
-7
/
+17
2018-03-08
s390x/virtio: Convert virtio-ccw from *_exit to *_unrealize
Nia Alarie
2
-18
/
+18
2018-03-08
virtio-blk: dataplane: Don't batch notifications if EVENT_IDX is present
Sergio Lopez
1
-2
/
+13
[next]