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-06-29
hw/net/etraxfs_eth: Convert printf() calls to trace events
Philippe Mathieu-Daudé
2
-4
/
+9
2018-06-29
hw/net/ne2000: Convert printf() calls to trace events
Philippe Mathieu-Daudé
2
-6
/
+4
2018-06-29
hw/net/ne2000: Add trace events
Philippe Mathieu-Daudé
2
-5
/
+16
2018-06-29
hw/input/tsc2005: Convert a fprintf() call to trace events
Philippe Mathieu-Daudé
2
-4
/
+6
2018-06-29
hw/char/parallel: Convert from pdebug() macro to trace events
Philippe Mathieu-Daudé
2
-3
/
+17
2018-06-29
hw/char/serial: Convert from DPRINTF macro to trace events
Philippe Mathieu-Daudé
2
-2
/
+7
2018-06-29
sdcard: Reduce sdcard_set_blocklen() trace digits
Philippe Mathieu-Daudé
1
-1
/
+1
2018-06-28
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
3
-4
/
+4
2018-06-27
hw/pci-host/xilinx-pcie: don't make "io" region be RAM
Peter Maydell
1
-3
/
+2
2018-06-27
hw/mips/mips_malta: don't make bios region 'nomigrate'
Peter Maydell
1
-1
/
+1
2018-06-27
hw/mips/boston: don't make flash region 'nomigrate'
Peter Maydell
1
-2
/
+1
2018-06-27
compiler: add a sizeof_field() macro
Stefan Hajnoczi
3
-4
/
+4
2018-06-26
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180626'...
Peter Maydell
19
-160
/
+846
2018-06-26
aspeed/timer: use the APB frequency from the SCU
Cédric Le Goater
2
-4
/
+17
2018-06-26
aspeed: initialize the SCU controller first
Cédric Le Goater
1
-20
/
+20
2018-06-26
aspeed/scu: introduce clock frequencies
Cédric Le Goater
1
-0
/
+106
2018-06-26
hw/arm/smmuv3: Add notifications on invalidation
Eric Auger
3
-2
/
+136
2018-06-26
hw/arm/smmuv3: IOTLB emulation
Eric Auger
3
-4
/
+163
2018-06-26
hw/arm/smmuv3: Cache/invalidate config data
Eric Auger
3
-7
/
+158
2018-06-26
hw/arm/smmuv3: Fix translate error handling
Jia He
3
-34
/
+79
2018-06-26
hw/arm/stellaris: Use HWADDR_PRIx to display register address
Philippe Mathieu-Daudé
1
-2
/
+4
2018-06-26
hw/arm/stellaris: Fix gptm_write() error message
Philippe Mathieu-Daudé
1
-1
/
+1
2018-06-26
hw/net/smc91c111: Use qemu_log_mask(UNIMP) instead of fprintf
Philippe Mathieu-Daudé
1
-4
/
+8
2018-06-26
hw/net/smc91c111: Use qemu_log_mask(GUEST_ERROR) instead of hw_error
Philippe Mathieu-Daudé
1
-2
/
+7
2018-06-26
hw/net/stellaris_enet: Use qemu_log_mask(GUEST_ERROR) instead of hw_error
Philippe Mathieu-Daudé
1
-2
/
+7
2018-06-26
hw/net/stellaris_enet: Fix a typo
Philippe Mathieu-Daudé
1
-1
/
+1
2018-06-26
hw/arm/stellaris: Use qemu_log_mask(UNIMP) instead of fprintf
Philippe Mathieu-Daudé
1
-1
/
+1
2018-06-26
hw/arm/omap1: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
Philippe Mathieu-Daudé
1
-6
/
+12
2018-06-26
hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintf
Philippe Mathieu-Daudé
1
-8
/
+12
2018-06-26
hw/sd/omap_mmc: Use qemu_log_mask(UNIMP) instead of printf
Philippe Mathieu-Daudé
1
-4
/
+9
2018-06-26
hw/ssi/omap_spi: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
Philippe Mathieu-Daudé
1
-5
/
+10
2018-06-26
hw/dma/omap_dma: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
Philippe Mathieu-Daudé
1
-24
/
+40
2018-06-26
hw/dma/omap_dma: Use qemu_log_mask(UNIMP) instead of printf
Philippe Mathieu-Daudé
1
-2
/
+4
2018-06-26
hw/input/tsc2005: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
Philippe Mathieu-Daudé
1
-5
/
+8
2018-06-26
hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
Philippe Mathieu-Daudé
1
-1
/
+3
2018-06-26
xilinx_spips: Make dma transactions as per dma_burst_size
Sai Pavan Boddu
1
-3
/
+20
2018-06-26
aspeed/smc: rename aspeed_smc_flash_send_addr() to aspeed_smc_flash_setup()
Cédric Le Goater
1
-15
/
+16
2018-06-26
aspeed/smc: fix HW strapping
Cédric Le Goater
1
-7
/
+1
2018-06-26
aspeed/smc: fix dummy cycles count when in dual IO mode
Cédric Le Goater
1
-1
/
+8
2018-06-26
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180626-pull-request' ...
Peter Maydell
4
-8
/
+10
2018-06-26
ramfb: fix overflow
Gerd Hoffmann
1
-2
/
+2
2018-06-26
vga: set owner for mmio regions
Gerd Hoffmann
3
-6
/
+8
2018-06-26
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
1
-0
/
+1
2018-06-25
ahci: fix FIS I bit and PIO Setup FIS interrupt
Paolo Bonzini
2
-13
/
+26
2018-06-25
hw/i386: Deprecate the machine types pc-0.10 and pc-0.11
Thomas Huth
1
-0
/
+1
2018-06-25
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20180625-pull-request...
Peter Maydell
3
-38
/
+262
2018-06-25
audio/hda: enable new timer code by default.
Gerd Hoffmann
1
-1
/
+1
2018-06-25
audio/hda: detect output buffer overruns
Gerd Hoffmann
2
-0
/
+10
2018-06-25
audio/hda: tweak timer adjust logic
Gerd Hoffmann
2
-7
/
+14
2018-06-25
audio/hda: turn some dprintfs into trace points
Gerd Hoffmann
2
-5
/
+8
[next]