index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw: wdt_aspeed: Add AST2600 support
Joel Stanley
2019-10-15
1
-0
/
+29
*
watchdog/aspeed: Introduce an object class per SoC
Cédric Le Goater
2019-10-15
2
-61
/
+70
*
aspeed/sdmc: Add AST2600 support
Joel Stanley
2019-10-15
2
-0
/
+84
*
aspeed/sdmc: Introduce an object class per SoC
Cédric Le Goater
2019-10-15
2
-66
/
+107
*
aspeed/timer: Add support for IRQ status register on the AST2600
Cédric Le Goater
2019-10-15
1
-8
/
+28
*
aspeed/timer: Add AST2600 support
Cédric Le Goater
2019-10-15
1
-0
/
+51
*
aspeed/timer: Add support for control register 3
Cédric Le Goater
2019-10-15
1
-0
/
+19
*
aspeed/timer: Introduce an object class per SoC
Cédric Le Goater
2019-10-15
2
-12
/
+98
*
hw: aspeed_scu: Add AST2600 support
Joel Stanley
2019-10-15
1
-7
/
+185
*
hw/sd/aspeed_sdhci: New device
Eddie James
2019-10-15
4
-1
/
+236
*
aspeed/wdt: Check correct register for clock source
Amithash Prasad
2019-10-15
1
-1
/
+1
*
hw/net/lan9118.c: Switch to transaction-based ptimer API
Peter Maydell
2019-10-15
1
-4
/
+7
*
hw/watchdog/cmsdk-apb-watchdog.c: Switch to transaction-based ptimer API
Peter Maydell
2019-10-15
1
-4
/
+9
*
hw/timer/mss-timerc: Switch to transaction-based ptimer API
Peter Maydell
2019-10-15
1
-3
/
+8
*
hw/timer/imx_gpt.c: Switch to transaction-based ptimer API
Peter Maydell
2019-10-15
1
-4
/
+17
*
hw/timer/imx_epit.c: Switch to transaction-based ptimer API
Peter Maydell
2019-10-15
1
-5
/
+27
*
hw/timer/exynos4210_rtc.c: Switch main ptimer to transaction-based API
Peter Maydell
2019-10-15
1
-4
/
+8
*
hw/timer/exynos4210_rtc.c: Switch 1Hz ptimer to transaction-based API
Peter Maydell
2019-10-15
1
-2
/
+8
*
hw/timer/exynos4210_pwm.c: Switch to transaction-based ptimer API
Peter Maydell
2019-10-15
1
-5
/
+12
*
hw/timer/exynos4210_mct.c: Switch ltick to transaction-based ptimer API
Peter Maydell
2019-10-15
1
-6
/
+25
*
hw/timer/exynos4210_mct.c: Switch LFRC to transaction-based ptimer API
Peter Maydell
2019-10-15
1
-4
/
+23
*
hw/timer/exynos4210_mct.c: Switch GFRC to transaction-based ptimer API
Peter Maydell
2019-10-15
1
-3
/
+45
*
hw/timer/digic-timer.c: Switch to transaction-based ptimer API
Peter Maydell
2019-10-15
1
-2
/
+14
*
hw/timer/cmsdk-apb-timer.c: Switch to transaction-based ptimer API
Peter Maydell
2019-10-15
1
-4
/
+11
*
hw/timer/cmsdk-apb-dualtimer.c: Switch to transaction-based ptimer API
Peter Maydell
2019-10-15
1
-3
/
+11
*
hw/timer/arm_mptimer.c: Switch to transaction-based ptimer API
Peter Maydell
2019-10-15
1
-3
/
+11
*
hw/timer/allwinner-a10-pit.c: Switch to transaction-based ptimer API
Peter Maydell
2019-10-15
1
-4
/
+8
*
hw/arm/musicpal.c: Switch to transaction-based ptimer API
Peter Maydell
2019-10-15
1
-6
/
+10
*
hw/timer/arm_timer.c: Switch to transaction-based ptimer API
Peter Maydell
2019-10-15
1
-5
/
+11
*
ptimer: Provide new transaction-based API
Peter Maydell
2019-10-15
1
-15
/
+137
*
ptimer: Rename ptimer_init() to ptimer_init_with_bh()
Peter Maydell
2019-10-15
29
-38
/
+39
*
intc/arm_gic: Support IRQ injection for more than 256 vpus
Eric Auger
2019-10-15
1
-5
/
+2
*
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20191010.0' i...
Peter Maydell
2019-10-14
1
-0
/
+1
|
\
|
*
hw/vfio/pci: fix double free in vfio_msi_disable
Evgeny Yakovlev
2019-10-10
1
-0
/
+1
*
|
Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2019-10-10' into sta...
Peter Maydell
2019-10-14
5
-50
/
+590
|
\
\
|
*
|
9p: Use variable length suffixes for inode remapping
Christian Schoenebeck
2019-10-10
2
-33
/
+279
|
*
|
9p: stat_to_qid: implement slow path
Antonios Motakis
2019-10-10
2
-7
/
+76
|
*
|
9p: Added virtfs option 'multidevs=remap|forbid|warn'
Antonios Motakis
2019-10-10
3
-21
/
+200
|
*
|
9p: Treat multiple devices on one export as an error
Antonios Motakis
2019-10-10
2
-14
/
+57
|
*
|
fsdev: Add return value to fsdev_throttle_parse_opts()
Greg Kurz
2019-10-10
1
-2
/
+1
|
*
|
9p: Simplify error path of v9fs_device_realize_common()
Greg Kurz
2019-10-10
3
-10
/
+14
|
*
|
9p: unsigned type for type, version, path
Antonios Motakis
2019-10-10
2
-10
/
+10
|
|
/
*
|
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-10' in...
Peter Maydell
2019-10-14
2
-11
/
+35
|
\
\
|
*
|
scsi: account unmap operations
Anton Nefedov
2019-10-10
1
-1
/
+11
|
*
|
scsi: move unmap error checking to the complete callback
Anton Nefedov
2019-10-10
1
-4
/
+6
|
*
|
scsi: store unmap offset and nb_sectors in request struct
Anton Nefedov
2019-10-10
1
-7
/
+7
|
*
|
ide: account UNMAP (TRIM) operations
Anton Nefedov
2019-10-10
1
-0
/
+12
|
|
/
*
|
target/s390x: Remove ilen parameter from s390_program_interrupt
Richard Henderson
2019-10-09
1
-29
/
+29
*
|
s390x/cpumodel: Prepare for changes of QEMU model
David Hildenbrand
2019-10-09
1
-0
/
+2
|
/
*
virtio-blk: schedule virtio_notify_config to run on main context
Sergio Lopez
2019-10-08
1
-1
/
+15
[next]