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-01-16
sdhci: use DEFINE_SDHCI_COMMON_PROPERTIES() for common sysbus/pci properties
Philippe Mathieu-Daudé
1
-1
/
+3
2018-01-16
sdhci: remove dead code
Philippe Mathieu-Daudé
1
-2
/
+0
2018-01-16
sdhci: clean up includes
Philippe Mathieu-Daudé
1
-1
/
+6
2018-01-15
migration: finalize current_migration object
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2018-01-12
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180112-pull-request' i...
Peter Maydell
2
-1
/
+1
2018-01-12
sdl2: Ignore UI hotkeys after a focus change when GUI modifier is held
Jindrich Makovicka
1
-0
/
+1
2018-01-12
spice: remove QXLWorker interface field
Frediano Ziglio
1
-1
/
+0
2018-01-12
chardev: introduce qemu_chr_timeout_add_ms()
Peter Xu
1
-0
/
+3
2018-01-12
hpet: recover timer offset correctly
Pavel Dovgalyuk
1
-1
/
+5
2018-01-11
Merge remote-tracking branch 'origin/master' into HEAD
Michael S. Tsirkin
81
-646
/
+1741
2018-01-11
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180111'...
Peter Maydell
2
-4
/
+24
2018-01-11
imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register file
Andrey Smirnov
2
-1
/
+1
2018-01-11
imx_fec: Add support for multiple Tx DMA rings
Andrey Smirnov
1
-2
/
+16
2018-01-11
imx_fec: Emulate SHIFT16 in ENETx_RACC
Andrey Smirnov
1
-0
/
+2
2018-01-11
imx_fec: Use ENET_FTRL to determine truncation length
Andrey Smirnov
1
-1
/
+2
2018-01-11
imx_fec: Move Tx frame buffer away from the stack
Andrey Smirnov
1
-0
/
+3
2018-01-11
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180111' int...
Peter Maydell
3
-7
/
+10
2018-01-11
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-01-10' into st...
Peter Maydell
1
-4
/
+4
2018-01-11
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...
Peter Maydell
5
-40
/
+152
2018-01-10
nbd: rename nbd_option and nbd_opt_reply
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2018-01-10
ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistency
Cédric Le Goater
2
-7
/
+7
2018-01-10
ppc4xx_i2c: Implement basic I2C functions
BALATON Zoltan
1
-0
/
+3
2018-01-09
sun4u_iommu: update to reflect IOMMU is no longer part of the APB device
Mark Cave-Ayland
1
-1
/
+1
2018-01-09
sun4u: split IOMMU device out from apb.c to sun4u_iommu.c
Mark Cave-Ayland
2
-56
/
+51
2018-01-09
apb: QOMify IOMMU
Mark Cave-Ayland
1
-1
/
+7
2018-01-09
sun4m: remove include/hw/sparc/sun4m.h and all references to it
Mark Cave-Ayland
1
-14
/
+0
2018-01-09
sun4m: move IOMMU declarations from sun4m.h to sun4m_iommu.h
Mark Cave-Ayland
2
-21
/
+51
2018-01-09
apb: replace OBIO interrupt numbers in pci_pbmA_map_irq() with constants
Mark Cave-Ayland
1
-0
/
+2
2018-01-09
ebus: wire up OBIO interrupts to APB pbm via qdev GPIOs
Mark Cave-Ayland
1
-1
/
+7
2018-01-09
apb: remove busA property from PBMPCIBridge state
Mark Cave-Ayland
1
-3
/
+0
2018-01-09
apb: remove pci_apb_init() and instantiate APB device using qdev
Mark Cave-Ayland
1
-2
/
+2
2018-01-09
apb: move the two secondary PCI bridges objects into APBState
Mark Cave-Ayland
1
-2
/
+3
2018-01-09
apb: use gpios to wire up the apb device to the SPARC CPU IRQs
Mark Cave-Ayland
2
-2
/
+6
2018-01-09
apb: return APBState from pci_apb_init() rather than PCIBus
Mark Cave-Ayland
1
-3
/
+3
2018-01-09
sun4u: remove pci_ebus_init() function
Mark Cave-Ayland
1
-2
/
+1
2018-01-09
apb: move QOM macros and typedefs from apb.c to apb.h
Mark Cave-Ayland
1
-0
/
+86
2018-01-09
Merge remote-tracking branch 'remotes/xtensa/tags/20180109-xtensa' into staging
Peter Maydell
2
-0
/
+839
2018-01-09
target/xtensa: implement disassembler
Max Filippov
1
-0
/
+1
2018-01-08
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171229' into staging
Peter Maydell
6
-6
/
+33
2018-01-08
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2
-3
/
+18
2018-01-08
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-hvf' into sta...
Peter Maydell
4
-0
/
+111
2018-01-08
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-12-22-1...
Peter Maydell
1
-2
/
+5
2017-12-29
tcg: Allow 6 arguments to TCG helpers
Richard Henderson
4
-0
/
+25
2017-12-29
tcg: Dynamically allocate TCGOps
Richard Henderson
2
-6
/
+8
2017-12-22
acpi: Update TPM2 ACPI table to more recent specs
Stefan Berger
1
-2
/
+5
2017-12-22
block: Allow graph changes in subtree drained section
Kevin Wolf
2
-2
/
+5
2017-12-22
block: Add bdrv_subtree_drained_begin/end()
Kevin Wolf
1
-0
/
+13
2017-12-22
block: Don't notify parents in drain call chain
Kevin Wolf
1
-2
/
+2
2017-12-22
block: Remove unused bdrv_requests_pending
Fam Zheng
1
-1
/
+0
2017-12-22
i386: hvf: implement vga dirty page tracking
Sergio Andres Gomez Del Real
1
-0
/
+5
[prev]
[next]