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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-12
hw/isa/superio: Factor out the IDE code from pc87312.c
Philippe Mathieu-Daudé
1
-0
/
+2
2018-03-12
hw/isa/superio: Add a keyboard/mouse controller (8042)
Philippe Mathieu-Daudé
1
-0
/
+1
2018-03-12
hw/isa/superio: Factor out the floppy disc controller code from pc87312.c
Philippe Mathieu-Daudé
2
-4
/
+2
2018-03-12
hw/isa/superio: Factor out the serial code from pc87312.c
Philippe Mathieu-Daudé
2
-4
/
+2
2018-03-12
hw/isa/superio: Factor out the parallel code from pc87312.c
Philippe Mathieu-Daudé
2
-4
/
+6
2018-03-12
hw/isa/pc87312: Inherit from the abstract TYPE_ISA_SUPERIO
Philippe Mathieu-Daudé
1
-2
/
+4
2018-03-12
hw/isa/superio: Add a Super I/O template based on the PC87312 device
Philippe Mathieu-Daudé
1
-0
/
+44
2018-03-12
hw/isa/pc87312: Use uint16_t for the ISA I/O base address
Philippe Mathieu-Daudé
1
-1
/
+1
2018-03-12
hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIO
Philippe Mathieu-Daudé
1
-2
/
+2
2018-03-12
hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h
Philippe Mathieu-Daudé
2
-9
/
+24
2018-03-12
hw/dma/i8257: Rename DMA_init() to i8257_dma_init()
Philippe Mathieu-Daudé
2
-2
/
+6
2018-03-12
hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.c
Philippe Mathieu-Daudé
2
-8
/
+14
2018-03-12
membarrier: add --enable-membarrier
Paolo Bonzini
1
-0
/
+10
2018-03-12
membarrier: introduce qemu/sys_membarrier.h
Paolo Bonzini
2
-3
/
+21
2018-03-12
rcu: make memory barriers more explicit
Paolo Bonzini
1
-2
/
+13
2018-03-12
hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devices
Thomas Huth
1
-5
/
+5
2018-03-12
chardev: introduce chr_machine_done hook
Peter Xu
2
-2
/
+2
2018-03-12
vl: export machine_init_done
Peter Xu
1
-0
/
+2
2018-03-12
q35: change default NIC to e1000e
Paolo Bonzini
1
-1
/
+2
2018-03-12
qom: introduce object_class_get_list_sorted
Paolo Bonzini
1
-0
/
+11
2018-03-12
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180309'...
Peter Maydell
3
-0
/
+326
2018-03-12
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
4
-4
/
+19
2018-03-09
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
3
-1
/
+14
2018-03-09
i.MX: Add i.MX7 SOC implementation.
Andrey Smirnov
1
-0
/
+222
2018-03-09
pci: Add support for Designware IP block
Andrey Smirnov
2
-0
/
+104
2018-03-09
block: x-blockdev-create QMP command
Kevin Wolf
1
-1
/
+4
2018-03-09
block: Make bdrv_is_whitelisted() public
Kevin Wolf
1
-0
/
+1
2018-03-09
qdict: Introduce qdict_rename_keys()
Kevin Wolf
1
-0
/
+6
2018-03-09
util: Add qemu_opts_to_qdict_filtered()
Kevin Wolf
1
-0
/
+2
2018-03-09
qcow2: Use BlockdevRef in qcow2_co_create()
Kevin Wolf
1
-0
/
+1
2018-03-09
block: convert bdrv_check callback to coroutine_fn
Paolo Bonzini
1
-2
/
+3
2018-03-09
block: convert bdrv_invalidate_cache callback to coroutine_fn
Paolo Bonzini
1
-1
/
+2
2018-03-09
Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-upstream-v8.2' in...
Peter Maydell
16
-14
/
+702
2018-03-08
vl: introduce vm_shutdown()
Stefan Hajnoczi
2
-1
/
+1
2018-03-08
block: add aio_wait_bh_oneshot()
Stefan Hajnoczi
1
-0
/
+13
2018-03-08
s390x/sclp: clean up sclp masks
Claudio Imbrenda
1
-9
/
+13
2018-03-08
s390x/sclpconsole: Remove dead code - remove exit handlers
Nia Alarie
1
-1
/
+0
2018-03-08
Merge remote-tracking branch 'remotes/berrange/tags/qio-next-pull-request' in...
Peter Maydell
5
-8
/
+85
2018-03-07
RISC-V Build Infrastructure
Michael Clark
1
-0
/
+1
2018-03-07
SiFive Freedom U Series RISC-V Machine
Michael Clark
1
-0
/
+69
2018-03-07
SiFive Freedom E Series RISC-V Machine
Michael Clark
1
-0
/
+79
2018-03-07
SiFive RISC-V PRCI Block
Michael Clark
1
-0
/
+37
2018-03-07
SiFive RISC-V UART Device
Michael Clark
1
-0
/
+71
2018-03-07
RISC-V VirtIO Machine
Michael Clark
1
-0
/
+74
2018-03-07
SiFive RISC-V Test Finisher
Michael Clark
1
-0
/
+42
2018-03-07
RISC-V Spike Machines
Michael Clark
1
-0
/
+53
2018-03-07
SiFive RISC-V PLIC Block
Michael Clark
1
-0
/
+85
2018-03-07
SiFive RISC-V CLINT Block
Michael Clark
1
-0
/
+50
2018-03-07
RISC-V HART Array
Michael Clark
1
-0
/
+39
2018-03-07
RISC-V HTIF Console
Michael Clark
1
-0
/
+61
[next]