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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-06
qdev: qdev_create(): use error_report() instead of hw_error()
Eduardo Habkost
1
-3
/
+5
2012-12-06
sysemu.h: Include qemu-types.h instead of qemu-common.h
Eduardo Habkost
1
-1
/
+1
2012-12-06
Create qemu-types.h for struct typedefs
Eduardo Habkost
3
-61
/
+63
2012-12-06
qlist.h: Do not include qemu-common.h
Eduardo Habkost
1
-1
/
+0
2012-12-06
qga/channel-posix.c: Include headers it needs
Eduardo Habkost
1
-0
/
+5
2012-12-06
qapi/qmp-registry.c: Include headers it needs
Eduardo Habkost
1
-0
/
+2
2012-12-06
ui/vnc-palette.c: Include headers it needs
Eduardo Habkost
1
-0
/
+2
2012-12-06
user: Rename qemu-types.h to qemu-user-types.h
Eduardo Habkost
4
-3
/
+3
2012-12-06
user: Move *-user/qemu-types.h to main directory
Eduardo Habkost
2
-24
/
+0
2012-12-06
target-mips: Fix incorrect shift for SHILO and SHILOV
Petar Jovanovic
3
-8
/
+47
2012-12-06
target-mips: Fix incorrect code and test for INSV
Petar Jovanovic
2
-2
/
+2
2012-12-05
virtfs-proxy-helper: use setresuid and setresgid
Paolo Bonzini
1
-29
/
+64
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
2012-12-04
apci: switch ich9 smi to memory api
Gerd Hoffmann
2
-10
/
+37
2012-12-04
apci: switch ich9 gpe to memory api
Gerd Hoffmann
2
-10
/
+29
2012-12-04
acpi: cleanup vt82c686 memory region
Gerd Hoffmann
1
-60
/
+1
2012-12-04
acpi: cleanup piix4 memory region
Gerd Hoffmann
1
-40
/
+1
2012-12-04
apci: switch evt to memory api
Gerd Hoffmann
5
-55
/
+54
2012-12-04
apci: switch cnt to memory api
Gerd Hoffmann
5
-31
/
+36
2012-12-04
apci: switch timer to memory api
Gerd Hoffmann
5
-17
/
+23
2012-12-04
apci: switch vt82c686 to memory api
Gerd Hoffmann
1
-10
/
+27
2012-12-04
apci: switch ich9 to memory api
Gerd Hoffmann
2
-17
/
+28
2012-12-04
apci: switch piix4 to memory api
Gerd Hoffmann
1
-17
/
+24
2012-12-03
Open up 1.4 development branch
Anthony Liguori
1
-1
/
+1
2012-12-03
Update version for 1.3.0 release
v1.3.0
Anthony Liguori
1
-1
/
+1
2012-12-03
e1000: Discard packets that are too long if !SBP and !LPE
Michael Contreras
1
-0
/
+10
2012-11-30
Update version for 1.3.0-rc2
v1.3.0-rc2
Anthony Liguori
1
-1
/
+1
2012-11-30
Merge remote-tracking branch 'kraxel/seabios-b1c35f2' into staging
Anthony Liguori
4
-0
/
+1
[prev]
[next]