Sign in
qemu
/
qemu
/
cb48f67ad8c7b33c617d4f8144a27706e69fd688
cb48f67
bsd-user: Fix operand to cpu_x86_exec
by Richard Henderson
· 10 years ago
7008d58
Update version for v2.4.0-rc3 release
by Peter Maydell
· 10 years ago
v2.4.0-rc3
46739a2
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 10 years ago
ca96ac4
AioContext: force event loop iteration using BH
by Stefan Hajnoczi
· 10 years ago
a076972
AioContext: avoid leaking BHs on cleanup
by Stefan Hajnoczi
· 10 years ago
fed105e
virtio-blk-dataplane: delete bottom half before the AioContext is freed
by Paolo Bonzini
· 10 years ago
b83d017
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging
by Peter Maydell
· 10 years ago
170f209
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 10 years ago
8b89b3a
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150728' into staging
by Peter Maydell
· 10 years ago
5e868d2
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
9f8c5b6
Merge remote-tracking branch 'remotes/cody/tags/jtc-for-upstream-pull-request' into staging
by Peter Maydell
· 10 years ago
7bba83b
xen: Drop net_rx_ok
by Fam Zheng
· 10 years ago
776f878
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-07-27' into staging
by Peter Maydell
· 10 years ago
ff1d2ac
hw/net: handle flow control in mcf_fec driver receiver
by Greg Ungerer
· 10 years ago
52579c6
net/dp8393x: do not use memory_region_init_rom_device with NULL
by Hervé Poussineau
· 10 years ago
30dfa9a
net/dp8393x: remove check of runt packets
by Hervé Poussineau
· 10 years ago
f635128
net/dp8393x: disable user creation
by Hervé Poussineau
· 10 years ago
84a29c7
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
da52a4d
target-mips: fix offset calculation for Interrupts
by Yongbok Kim
· 10 years ago
8bcbb83
target-mips: fix passing incompatible pointer type in machine.c
by Leon Alrae
· 10 years ago
325e390
block/ssh: Avoid segfault if inet_connect doesn't set errno.
by Richard W.M. Jones
· 10 years ago
6a55c82
sheepdog: serialize requests to overwrapping area
by Hitoshi Mitake
· 10 years ago
52c91da
memory: do not add a reference to the owner of aliased regions
by Paolo Bonzini
· 10 years ago
55875fc
megasas: Add write function to handle write access to PCI BAR 3
by Salva Peiró
· 10 years ago
c147b51
virtio: minor cleanup
by Michael S. Tsirkin
· 10 years ago
8ef3ea2
acpi: fix pvpanic device is not shown in ui
by Gal Hammer
· 10 years ago
226d007
gdbstub: Set current CPU on interruptions
by Jan Kiszka
· 10 years ago
801db5e
qapi: add missing @
by Marc-André Lureau
· 10 years ago
786f9ce
Fix Cortex-A9 global timer
by Johannes Schlatow
· 10 years ago
7e71e11
gitignore: Ignore shader generated files
by Michal Privoznik
· 10 years ago
7155f2c
vmstate: remove unused declaration
by Marc-André Lureau
· 10 years ago
f6288b9
make: Clean build messages
by Stefan Weil
· 10 years ago
ab60366
qemu-common.h: Document cutils.c string functions
by Peter Maydell
· 10 years ago
cc47a16
device_tree: Fix a typo
by Kamalesh Babulal
· 10 years ago
f3c30ae
hw/acpi/ich9: clean up stale comment about KVM not supporting SMM
by Laszlo Ersek
· 10 years ago
be66680
hw/acpi/ich9: clear smi_en on reset
by Laszlo Ersek
· 10 years ago
f8787f8
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150727' into staging
by Peter Maydell
· 10 years ago
edec47c
main-loop: fix qemu_notify_event for aio_notify optimization
by Paolo Bonzini
· 10 years ago
77c102c
block: qemu-iotests - add check for multiplication overflow in vpc
by Jeff Cody
· 10 years ago
b15deac
block: vpc - prevent overflow if max_table_entries >= 0x40000000
by Jeff Cody
· 10 years ago
3737129
configure: Work around broken static pkg-config info for Ubuntu gnutls
by Peter Maydell
· 10 years ago
c9b11f9
virtio-blk: only clear VIRTIO_F_ANY_LAYOUT for legacy device
by Jason Wang
· 10 years ago
efb8206
virtio-blk: fail get_features when both scsi and 1.0 were set
by Jason Wang
· 10 years ago
9d5b731
virtio: get_features() can fail
by Jason Wang
· 10 years ago
2746269
virtio-pci: fix memory MR cleanup for modern
by Michael S. Tsirkin
· 10 years ago
bbeb823
tcg: mark temps as mem_coherent = 0 for mov with a constant
by Aurelien Jarno
· 10 years ago
7df69de
tcg: correctly mark dead inputs for mov with a constant
by Aurelien Jarno
· 10 years ago
122e7da
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging
by Peter Maydell
· 10 years ago
f9f7492
axienet: Flush queued packets when rx is done
by Fam Zheng
· 10 years ago
4594f93
dp8393x: Flush packets when link comes up
by Fam Zheng
· 10 years ago
1ef4a60
stellaris_enet: Flush queued packets when read done
by Fam Zheng
· 10 years ago
1dd58ae
mipsnet: Flush queued packets when receiving is enabled
by Fam Zheng
· 10 years ago
3b7031e
milkymist-minimac2: Flush queued packets when link comes up
by Fam Zheng
· 10 years ago
e813f0d
mcf_fec: Drop mcf_fec_can_receive
by Fam Zheng
· 10 years ago
575bafd
etsec: Flush queue when rx buffer is consumed
by Fam Zheng
· 10 years ago
b6cb661
etsec: Move etsec_can_receive into etsec_receive
by Fam Zheng
· 10 years ago
9134402
usbnet: Drop usbnet_can_receive
by Fam Zheng
· 10 years ago
363db4b
eepro100: Drop nic_can_receive
by Fam Zheng
· 10 years ago
b0ba0b9
pcnet: Drop pcnet_can_receive
by Fam Zheng
· 10 years ago
8c8c460
xgmac: Drop packets with eth_can_rx is false.
by Fam Zheng
· 10 years ago
491a1f4
hw/net: fix mcf_fec driver receiver
by Greg Ungerer
· 10 years ago
299f7be
hw/net: add simple phy support to mcf_fec driver
by Greg Ungerer
· 10 years ago
3634869
hw/net: add ANLPAR bit definitions to generic mii
by Greg Ungerer
· 10 years ago
3e23056
hw/net: create common collection of MII definitions
by Greg Ungerer
· 10 years ago
e40db4c
Merge remote-tracking branch 'remotes/jnsnow/tags/cve-2015-5154-pull-request' into staging
by Peter Maydell
· 10 years ago
019c2ab
crypto: extend unit tests to cover decryption too
by Daniel P. Berrange
· 10 years ago
6775e2c
crypto: fix built-in AES decrypt function
by Daniel P. Berrange
· 10 years ago
09999a5
virtio: set any_layout in virtio core
by Michael S. Tsirkin
· 10 years ago
cd4bfbb
virtio-9p: fix any_layout
by Michael S. Tsirkin
· 10 years ago
7882080
virtio-serial: fix ANY_LAYOUT
by Michael S. Tsirkin
· 10 years ago
5f45607
virtio: hide legacy features from modern guests
by Michael S. Tsirkin
· 10 years ago
cb72cba
ide: Clear DRQ after handling all expected accesses
by Kevin Wolf
· 10 years ago
03441c3
ide/atapi: Fix START STOP UNIT command completion
by Kevin Wolf
· 10 years ago
d2ff858
ide: Check array bounds before writing to io_buffer (CVE-2015-5154)
by Kevin Wolf
· 10 years ago
f793d97
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
178846b
target-i386/FPU: a misprint in helper_fistll_ST0
by Dmitry Poletaev
· 10 years ago
d274e07
qemu-doc: fix typos
by Gonglei
· 10 years ago
c1076c3
framebuffer: set DIRTY_MEMORY_VGA on RAM that is used for the framebuffer
by Paolo Bonzini
· 10 years ago
deb809e
memory: count number of active VGA logging clients
by Paolo Bonzini
· 10 years ago
fb43096
vl: Fix compiler warning for builds without VNC
by Stefan Weil
· 10 years ago
7d99f4c
scsi: Handle no media case for scsi_get_configuration
by Matthew Rosato
· 10 years ago
ab28bd2
rcu: actually register threads that have RCU read-side critical sections
by Paolo Bonzini
· 10 years ago
c170aad
scsi: fix buffer overflow in scsi_req_parse_cdb (CVE-2015-5158)
by Paolo Bonzini
· 10 years ago
6092845
vnc: fix memory leak
by Gonglei
· 10 years ago
30fdfae
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150723' into staging
by Peter Maydell
· 10 years ago
f75b709
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20150723.0' into staging
by Peter Maydell
· 10 years ago
9615212
tcg/optimize: fix tcg_opt_gen_movi
by Aurelien Jarno
· 10 years ago
80adb8f
tcg/aarch64: use 32-bit offset for 32-bit softmmu emulation
by Richard Henderson
· 10 years ago
ffc6372
tcg/aarch64: use 32-bit offset for 32-bit user-mode emulation
by Paolo Bonzini
· 10 years ago
6c0f0c0
tcg/aarch64: add ext argument to tcg_out_insn_3310
by Paolo Bonzini
· 10 years ago
ee8ba9e
tcg/i386: Extend addresses for 32-bit guests
by Richard Henderson
· 10 years ago
12e21eb
Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into staging
by Peter Maydell
· 10 years ago
4bf1cb0
qemu-char: Fix missed data on unix socket
by Nils Carlson
· 10 years ago
9172f42
qemu-char: handle EINTR for TCP character devices
by Paolo Bonzini
· 10 years ago
0b8e2c1
exec.c: Use atomic_rcu_read() to access dispatch in memory_region_section_get_iotlb()
by Peter Maydell
· 10 years ago
759b484
vfio/pci: Fix bootindex
by Alex Williamson
· 10 years ago
69970fc
vfio/pci: Fix RTL8168 NIC quirks
by Alex Williamson
· 10 years ago
6b26996
hostmem: Fix qemu_opt_get_bool() crash in host_memory_backend_init()
by Eduardo Habkost
· 10 years ago
b69b305
Update version for v2.4.0-rc2 release
by Peter Maydell
· 10 years ago
v2.4.0-rc2
3edf6b3
Merge remote-tracking branch 'remotes/elmarco/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
Next »