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
2013-01-12
bswap: Rewrite cpu_to_<endian><type>u with {ld,st}<type>_<endian>_p
Richard Henderson
1
-94
/
+53
2013-01-12
bswap: Rewrite all ld<type>_<endian>_p functions
Richard Henderson
1
-270
/
+30
2013-01-12
bswap: Add host endian unaligned access functions
Richard Henderson
1
-1
/
+50
2013-01-12
bswap: Tidy base definitions of bswapN
Richard Henderson
1
-42
/
+30
2013-01-12
fdt: Use bswapN instead of bswap_N
Richard Henderson
1
-8
/
+8
2013-01-11
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
9
-52
/
+22
2013-01-11
Merge remote-tracking branch 'kraxel/q35.1' into staging
Anthony Liguori
5
-13
/
+170
2013-01-11
Merge remote-tracking branch 'afaerber-or/prep-up' into staging
Anthony Liguori
8
-32
/
+477
2013-01-11
hw/pc.c: Fix converting of ioport_register* to MemoryRegion
Julien Grall
1
-0
/
+12
2013-01-11
Replace remaining gmtime, localtime by gmtime_r, localtime_r
Stefan Weil
4
-21
/
+4
2013-01-11
savevm: Remove MinGW specific code which is no longer needed
Stefan Weil
1
-28
/
+2
2013-01-11
qga/channel-posix.c: Explicitly include string.h
Peter Maydell
1
-0
/
+1
2013-01-11
configure: Fix comment (copy+paste bug)
Stefan Weil
1
-1
/
+1
2013-01-11
Makefile: install the "acpi-dsdt.aml" and "q35-acpi-dsdt.aml" blobs too
Laszlo Ersek
1
-0
/
+1
2013-01-11
pc: rename machine types
Gerd Hoffmann
2
-6
/
+6
2013-01-11
q35: document chipset devices
Gerd Hoffmann
1
-0
/
+129
2013-01-11
q35: add ich9 intel hda controller
Gerd Hoffmann
1
-7
/
+34
2013-01-10
virtio-scsi: abort in-flight I/O when the device is reset
Paolo Bonzini
1
-0
/
+4
2013-01-10
qdev: add qbus_reset_all
Paolo Bonzini
2
-1
/
+18
2013-01-10
Make all static TypeInfos const
Andreas Färber
252
-342
/
+342
2013-01-10
Merge branch 'master' of git://git.qemu.org/qemu into prep-up
Andreas Färber
2096
-121147
/
+188921
2013-01-10
Merge remote-tracking branch 'kraxel/build.1' into staging
Anthony Liguori
2
-0
/
+9
2013-01-10
Merge remote-tracking branch 'awilliam/tags/qemu-1.4-vfio-20130109.0' into st...
Anthony Liguori
1
-6
/
+28
2013-01-10
m48t59-test: don't touch watchdog
Gerd Hoffmann
1
-0
/
+5
2013-01-10
rtc-test: skip year-2038 overflow check in case time_t is 32bit only
Gerd Hoffmann
1
-0
/
+4
2013-01-09
Check return values from g_poll and select
Fabien Chouteau
1
-14
/
+13
2013-01-09
Merge remote-tracking branch 'mdroth/qga-pull-1-8-2013' into staging
Anthony Liguori
7
-112
/
+342
2013-01-08
qemu-ga: sample fsfreeze hooks
Tomoki Sekiyama
4
-1
/
+91
2013-01-08
qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thaw
Tomoki Sekiyama
3
-1
/
+117
2013-01-08
qemu-ga: guest_suspend(): improve error reporting
Luiz Capitulino
1
-11
/
+18
2013-01-08
qemu-ga: bios_supports_mode(): improve error reporting
Luiz Capitulino
1
-19
/
+27
2013-01-08
qemu-ga: qmp_guest_network_get_interfaces(): get rid of snprintf() + error_set()
Luiz Capitulino
1
-21
/
+8
2013-01-08
qemu-ga: qmp_guest_fstrim(): get rid of sprintf() + error_set()
Luiz Capitulino
1
-7
/
+3
2013-01-08
qemu-ga: qmp_guest_fsfreeze_*(): get rid of sprintf() + error_set()
Luiz Capitulino
1
-7
/
+3
2013-01-08
qemu-ga: build_fs_mount_list(): take an Error argument
Luiz Capitulino
1
-14
/
+16
2013-01-08
qemu-ga: qmp_guest_shutdown(): improve error reporting
Luiz Capitulino
1
-10
/
+38
2013-01-08
qemu-ga: qmp_guest_file_*: improve error reporting
Luiz Capitulino
1
-9
/
+13
2013-01-08
qemu-ga: qmp_guest_file_close(): fix fclose() error check
Luiz Capitulino
1
-1
/
+1
2013-01-08
qemu-ga: guest_file_handle_find(): take an Error argument
Luiz Capitulino
1
-11
/
+7
2013-01-08
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
13
-67
/
+171
2013-01-08
vfio-pci: Loosen sanity checks to allow future features
Alex Williamson
1
-2
/
+2
2013-01-08
vfio-pci: Make host MSI-X enable track guest
Alex Williamson
1
-4
/
+26
2013-01-08
target-i386: Explicitly set vendor for each built-in cpudef
Igor Mammedov
1
-9
/
+31
2013-01-08
target-i386: Sanitize AMD's ext2_features at realize time
Igor Mammedov
1
-10
/
+11
2013-01-08
target-i386: Filter out unsupported features at realize time
Igor Mammedov
1
-15
/
+16
2013-01-08
qemu-common.h: Make qemu_init_vcpu() stub static inline
Andreas Färber
2
-3
/
+3
2013-01-08
target-i386: check/enforce: Eliminate check_feat field
Eduardo Habkost
1
-8
/
+6
2013-01-08
target-i386: check/enforce: Check SVM flag support as well
Eduardo Habkost
1
-1
/
+1
2013-01-08
target-i386: check/enforce: Check all CPUID.80000001H.EDX bits
Eduardo Habkost
1
-1
/
+1
2013-01-08
target-i386: check/enforce: Do not ignore "hypervisor" flag
Eduardo Habkost
1
-1
/
+1
[next]