Sign in
qemu
/
qemu
/
fedb88bd32d331131d77a9b567d12e682fd102ac
fedb88b
fdt: Use bswapN instead of bswap_N
by Richard Henderson
· 12 years ago
fedf2de
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 12 years ago
e2848a7
Merge remote-tracking branch 'kraxel/q35.1' into staging
by Anthony Liguori
· 12 years ago
80ec243
Merge remote-tracking branch 'afaerber-or/prep-up' into staging
by Anthony Liguori
· 12 years ago
c02e1ea
hw/pc.c: Fix converting of ioport_register* to MemoryRegion
by Julien Grall
· 12 years ago
eb7ff6f
Replace remaining gmtime, localtime by gmtime_r, localtime_r
by Stefan Weil
· 12 years ago
68b891e
savevm: Remove MinGW specific code which is no longer needed
by Stefan Weil
· 12 years ago
1d57db1
qga/channel-posix.c: Explicitly include string.h
by Peter Maydell
· 12 years ago
75f1359
configure: Fix comment (copy+paste bug)
by Stefan Weil
· 12 years ago
7e973bb
Makefile: install the "acpi-dsdt.aml" and "q35-acpi-dsdt.aml" blobs too
by Laszlo Ersek
· 12 years ago
94dec59
pc: rename machine types
by Gerd Hoffmann
· 12 years ago
7d9f7b5
q35: document chipset devices
by Gerd Hoffmann
· 12 years ago
8b07eaa
q35: add ich9 intel hda controller
by Gerd Hoffmann
· 12 years ago
47a150a
virtio-scsi: abort in-flight I/O when the device is reset
by Paolo Bonzini
· 12 years ago
d0508c3
qdev: add qbus_reset_all
by Paolo Bonzini
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
63e3555
Merge branch 'master' of git://git.qemu.org/qemu into prep-up
by Andreas Färber
· 12 years ago
a6308bc
Merge remote-tracking branch 'kraxel/build.1' into staging
by Anthony Liguori
· 12 years ago
8757c09
Merge remote-tracking branch 'awilliam/tags/qemu-1.4-vfio-20130109.0' into staging
by Anthony Liguori
· 12 years ago
067f069
m48t59-test: don't touch watchdog
by Gerd Hoffmann
· 12 years ago
4e45dee
rtc-test: skip year-2038 overflow check in case time_t is 32bit only
by Gerd Hoffmann
· 12 years ago
5e3bc73
Check return values from g_poll and select
by Fabien Chouteau
· 12 years ago
7cd5da7
Merge remote-tracking branch 'mdroth/qga-pull-1-8-2013' into staging
by Anthony Liguori
· 12 years ago
96610da
qemu-ga: sample fsfreeze hooks
by Tomoki Sekiyama
· 12 years ago
ec0f694
qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thaw
by Tomoki Sekiyama
· 12 years ago
7b37608
qemu-ga: guest_suspend(): improve error reporting
by Luiz Capitulino
· 12 years ago
6b26e83
qemu-ga: bios_supports_mode(): improve error reporting
by Luiz Capitulino
· 12 years ago
878a0ae
qemu-ga: qmp_guest_network_get_interfaces(): get rid of snprintf() + error_set()
by Luiz Capitulino
· 12 years ago
071673b
qemu-ga: qmp_guest_fstrim(): get rid of sprintf() + error_set()
by Luiz Capitulino
· 12 years ago
617fbbc
qemu-ga: qmp_guest_fsfreeze_*(): get rid of sprintf() + error_set()
by Luiz Capitulino
· 12 years ago
261551d
qemu-ga: build_fs_mount_list(): take an Error argument
by Luiz Capitulino
· 12 years ago
d220a6d
qemu-ga: qmp_guest_shutdown(): improve error reporting
by Luiz Capitulino
· 12 years ago
db3edb6
qemu-ga: qmp_guest_file_*: improve error reporting
by Luiz Capitulino
· 12 years ago
3ac4b7c
qemu-ga: qmp_guest_file_close(): fix fclose() error check
by Luiz Capitulino
· 12 years ago
a9de6d0
qemu-ga: guest_file_handle_find(): take an Error argument
by Luiz Capitulino
· 12 years ago
4b274b1
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
by Anthony Liguori
· 12 years ago
8fc94e5
vfio-pci: Loosen sanity checks to allow future features
by Alex Williamson
· 12 years ago
b0223e2
vfio-pci: Make host MSI-X enable track guest
by Alex Williamson
· 12 years ago
ebe8b9c
target-i386: Explicitly set vendor for each built-in cpudef
by Igor Mammedov
· 12 years ago
9b15cd9
target-i386: Sanitize AMD's ext2_features at realize time
by Igor Mammedov
· 12 years ago
4586f15
target-i386: Filter out unsupported features at realize time
by Igor Mammedov
· 12 years ago
75a192a
qemu-common.h: Make qemu_init_vcpu() stub static inline
by Andreas Färber
· 12 years ago
e8beac0
target-i386: check/enforce: Eliminate check_feat field
by Eduardo Habkost
· 12 years ago
396d2cf
target-i386: check/enforce: Check SVM flag support as well
by Eduardo Habkost
· 12 years ago
2271462
target-i386: check/enforce: Check all CPUID.80000001H.EDX bits
by Eduardo Habkost
· 12 years ago
54830ff
target-i386: check/enforce: Do not ignore "hypervisor" flag
by Eduardo Habkost
· 12 years ago
8b4bedd
target-i386: check/enforce: Fix CPUID leaf numbers on error messages
by Eduardo Habkost
· 12 years ago
bd004be
target-i386: kvm: Enable all supported KVM features for -cpu host
by Eduardo Habkost
· 12 years ago
fcb93c0
target-i386: kvm: -cpu host: Use GET_SUPPORTED_CPUID for SVM features
by Eduardo Habkost
· 12 years ago
961f839
cpu: Change parent type to Device
by Eduardo Habkost
· 12 years ago
5d5b24d
qdev: Don't assume existence of parent bus on unparenting
by Andreas Färber
· 12 years ago
507066f
qdev: Include qdev code into *-user, too
by Eduardo Habkost
· 12 years ago
906709a
libqemustub: sysbus_get_default() stub
by Eduardo Habkost
· 12 years ago
083a5f8
libqemustub: vmstate register/unregister stubs
by Eduardo Habkost
· 12 years ago
41c6bcd
libqemustub: Add qemu_[un]register_reset() stubs
by Eduardo Habkost
· 12 years ago
560c30b
Merge remote-tracking branch 'kraxel/usb.75' into staging
by Anthony Liguori
· 12 years ago
c3dd94b
Merge remote-tracking branch 'stefanha/net' into staging
by Anthony Liguori
· 12 years ago
da1a4ce
target-mips: Fix helper and tests for dot/cross-dot product instructions
by Petar Jovanovic
· 12 years ago
e320d05
target-mips: Replace macros by inline functions
by Stefan Weil
· 12 years ago
e1a4019
target-mips: Allow DSP access to be disabled once enabled.
by Eric Johnson
· 12 years ago
314992b
linux-user: fix mips 32-on-64 prealloc case
by Alexander Graf
· 12 years ago
89eb147
uhci: stop using portio lists
by Gerd Hoffmann
· 12 years ago
b2d1fe6
usbredir: Add support for buffered bulk input (v2)
by Hans de Goede
· 12 years ago
7682e85
readline: avoid memcpy() of overlapping regions
by Nickolai Zeldovich
· 12 years ago
358d615
exynos4210: Add EHCI support
by Liming Wang
· 12 years ago
aee7499
usb/ehci: Add SysBus EHCI device for Exynos4210
by Andreas Färber
· 12 years ago
4a43436
usb/ehci: Move capsbase and opregbase into SysBus EHCI class
by Andreas Färber
· 12 years ago
5aa3ca9
usb/ehci: Clean up SysBus and PCI EHCI split
by Andreas Färber
· 12 years ago
a820b57
xhci: call set-address with dummy usbpacket
by Gerd Hoffmann
· 12 years ago
e97f0ac
usb-redir: Add debugging to bufpq save / restore
by Hans de Goede
· 12 years ago
bd019b7
usbredir: Add usbredir_init_endpoints() helper
by Hans de Goede
· 12 years ago
d3aea64
usbredir: Verify we have 32 bits bulk length cap when redirecting to xhci
by Hans de Goede
· 12 years ago
d8553dd
usbredir: Add ep_stopped USBDevice method
by Hans de Goede
· 12 years ago
7e9638d
usbredir: Add USBEP2I and I2USBEP helper macros
by Hans de Goede
· 12 years ago
f8c126f
usbredir: Add an usbredir_stop_ep helper function
by Hans de Goede
· 12 years ago
f79738b
usb: Add an usb_device_ep_stopped USBDevice method
by Hans de Goede
· 12 years ago
6735d43
usb: Fix usb_ep_find_packet_by_id
by Hans de Goede
· 12 years ago
027c03f
hid: Change idle handling to use a timer
by Hans de Goede
· 12 years ago
9fdf702
uhci: Maximize how many frames we catch up when behind
by Hans de Goede
· 12 years ago
f8f48b6
uhci: Limit amount of frames processed in one go
by Hans de Goede
· 12 years ago
475443c
uhci: Add a QH_VALID define
by Hans de Goede
· 12 years ago
ecfdc15
uhci: Fix pending interrupts getting lost on migration
by Hans de Goede
· 12 years ago
719c130
uhci: Fix 1 ms delay in interrupt reporting to the guest
by Hans de Goede
· 12 years ago
4a9ef2c
ehci: Don't call commit_irq after raising PCD
by Hans de Goede
· 12 years ago
52c15e5
ehci: Further speedup rescanning if async schedule after raising an interrupt
by Hans de Goede
· 12 years ago
9359a58
ehci: Use uframe precision for interrupt threshold checking (v2)
by Hans de Goede
· 12 years ago
bbbc39c
ehci: Verify a queue's ep direction does not change
by Hans de Goede
· 12 years ago
51e0c5d
ehci: Add an ehci_get_pid helper function
by Hans de Goede
· 12 years ago
e3fdfd4
ehci: Verify qtd for async completed packets
by Hans de Goede
· 12 years ago
2b3de6a
ehci: writeback_async_complete_packet: verify qh and qtd
by Hans de Goede
· 12 years ago
190d849
ehci: Move get / put_dwords upwards
by Hans de Goede
· 12 years ago
d066c57
ehci: Verify guest does not change the token of inflight qtd-s
by Hans de Goede
· 12 years ago
c643263
ehci: Add ehci_verify_qh and ehci_verify_qtd helper functions
by Hans de Goede
· 12 years ago
f881c8d
ehci: Add a ehci_writeback_async_complete_packet helper function
by Hans de Goede
· 12 years ago
83f58e5
rtl8139: preserve link state across device reset
by Amos Kong
· 12 years ago
84dd212
e1000: no need auto-negotiation if link was down
by Amos Kong
· 12 years ago
f30dbae
net: clean up network at qemu process termination
by Amos Kong
· 12 years ago
2c0331f
e1000: Discard oversized packets based on SBP|LPE
by Michael Contreras
· 12 years ago
8e4a424
Revert "virtio-pci: replace byte swap hack"
by Blue Swirl
· 12 years ago
9807cac
virtio-pci: replace byte swap hack
by Blue Swirl
· 13 years ago
Next »