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
2012-12-13
Merge remote-tracking branch 'pmaydell/arm-devs.next' into staging
Anthony Liguori
9
-37
/
+106
2012-12-13
hw/ds1338.c: Fix handling of DAY (wday) register.
Antoine Mathys
1
-3
/
+12
2012-12-13
hw/ds1338.c: Implement support for the control register.
Antoine Mathys
1
-4
/
+13
2012-12-13
hw/ds1338.c: Ensure state is properly initialized.
Antoine Mathys
1
-0
/
+12
2012-12-13
hw/ds1338.c: Fix handling of HOURS register.
Antoine Mathys
1
-11
/
+18
2012-12-13
hw/ds1338.c: Add definitions for various flags in the RTC registers.
Antoine Mathys
1
-0
/
+6
2012-12-13
hw/ds1338.c: Correct bug in conversion to BCD.
Antoine Mathys
1
-2
/
+2
2012-12-11
exynos4210/mct: Avoid infinite loop on non incremental timers
Jean-Christophe DUBOIS
1
-1
/
+1
2012-12-11
hw/arm_gic: fix target CPUs affected by set enable/pending ops
Daniel Sangorrin
1
-2
/
+3
2012-12-11
xilinx_zynq: Add one variable to avoid overwriting QSPI bus
walimis
1
-4
/
+5
2012-12-11
hw/arm_gic_common: Correct GICC_PMR reset value for newer GICs
Peter Maydell
2
-2
/
+8
2012-12-11
hw/arm_gic: Fix comparison with priority mask register
Peter Maydell
1
-1
/
+1
2012-12-11
hw/arm_boot, exynos4210, highbank: Fix secondary boot GIC init
Peter Maydell
3
-8
/
+26
2012-12-10
vfio-pci: Don't use kvm_irqchip_in_kernel
Alex Williamson
1
-2
/
+3
2012-12-10
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
2
-13
/
+6
2012-12-10
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
8
-22
/
+19
2012-12-10
Merge remote-tracking branch 'kraxel/acpi.1' into staging
Anthony Liguori
11
-415
/
+317
2012-12-10
Merge remote-tracking branch 'kraxel/usb.74' into staging
Anthony Liguori
13
-9
/
+168
2012-12-08
Merge branch 'master' of git.qemu-project.org:/pub/git/qemu
Blue Swirl
2
-5
/
+6
2012-12-07
pc_sysfw: Plug memory leak on pc_fw_add_pflash_drv() error path
Markus Armbruster
1
-1
/
+3
2012-12-07
Fix spelling in comments and documentation
Stefan Weil
1
-3
/
+3
2012-12-07
Clean up pci_drive_hot_add()'s use of BlockInterfaceType
Markus Armbruster
2
-11
/
+7
2012-12-07
arm: a9mpcore: remove un-used ptimer_iomem field
Peter Crosthwaite
1
-1
/
+0
2012-12-07
s390x: Spelling fixes (endianess -> endianness, occured -> occurred)
Stefan Weil
2
-4
/
+4
2012-12-07
sd: Send debug printfery to stderr not stdout
Peter Crosthwaite
1
-2
/
+2
2012-12-06
qdev: qdev_create(): use error_report() instead of hw_error()
Eduardo Habkost
1
-3
/
+5
2012-12-06
Create qemu-types.h for struct typedefs
Eduardo Habkost
1
-10
/
+1
2012-12-05
xilinx_uartlite: Accept input after rx FIFO pop
Peter Crosthwaite
1
-0
/
+1
2012-12-05
xilinx_uartlite: suppress "cannot receive message"
Peter Crosthwaite
1
-5
/
+1
2012-12-05
xilinx_axienet: Implement R_IS behaviour
Peter Crosthwaite
1
-0
/
+4
2012-12-04
hw/dma.c: Replace register_ioport_*
Julien Grall
1
-36
/
+70
2012-12-04
hw/pc.c: Replace register_ioport_*
Julien Grall
1
-9
/
+40
2012-12-04
serial: Replace register_ioport_*
Julien Grall
3
-4
/
+5
2012-12-04
hw/cirrus_vga.c: Replace register_ioport_*
Julien Grall
1
-20
/
+28
2012-12-04
hw/apm.c: Replace register_ioport_*
Julien Grall
5
-9
/
+25
2012-12-04
isa: Add isa_address_space_io()
Julien Grall
2
-0
/
+10
2012-12-04
usb-tablet: Allow connecting to ehci
Hans de Goede
2
-1
/
+93
2012-12-04
ehci: Lower timer freq when the periodic schedule is idle
Hans de Goede
2
-6
/
+34
2012-12-04
usb: Allow overriding of usb_desc at the device level
Hans de Goede
2
-0
/
+4
2012-12-04
usb: Don't allow USB_RET_ASYNC for interrupt packets
Hans de Goede
4
-0
/
+7
2012-12-04
usb: Call wakeup when data becomes available for all devices with int eps
Hans de Goede
4
-0
/
+17
2012-12-04
add pc-1.4
Gerd Hoffmann
1
-2
/
+13
2012-12-04
acpi: drop debug port
Gerd Hoffmann
1
-9
/
+0
2012-12-04
q35: update lpc pci config space according to configured devices
Gerd Hoffmann
3
-12
/
+30
2012-12-04
apci: switch piix4 pci hotplug to memory api
Gerd Hoffmann
1
-8
/
+29
2012-12-04
acpi: remove acpi_gpe_blk
Gerd Hoffmann
4
-11
/
+0
2012-12-04
apci: switch piix4 gpe to memory api
Gerd Hoffmann
1
-6
/
+18
2012-12-04
acpi: fix piix4 smbus mapping
Gerd Hoffmann
1
-1
/
+19
2012-12-04
acpi: switch smbus to memory api
Gerd Hoffmann
5
-50
/
+33
2012-12-04
acpi: cleanup ich9 memory region
Gerd Hoffmann
1
-124
/
+1
[next]