Sign in
qemu
/
qemu
/
2f28d2ff9dce3c404b36e90e64541a4d48daf0ca
2f28d2f
qom: add the base Object class (v2)
by Anthony Liguori
· 13 years ago
6fc4925
pci: call reset unconditionally
by Anthony Liguori
· 13 years ago
8a5faa1
openpic: remove dead code to make a PCI device version
by Anthony Liguori
· 13 years ago
d8c51b0
macio: convert to qdev
by Anthony Liguori
· 13 years ago
31841e4
Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging
by Anthony Liguori
· 13 years ago
21fe5bc
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 13 years ago
96bab41
qemu-io: end aio help text sentences with periods
by Laszlo Ersek
· 13 years ago
8c84cf1
./configure: export xfs config via --{enable, disable}-xfsctl
by Sergei Trofimovich
· 13 years ago
9f2a8d7
pcnet: Preserve link state across device reset
by Jan Kiszka
· 13 years ago
b1927cf
e1000: Preserve link state across device reset
by Jan Kiszka
· 13 years ago
c455d17
qdev-property: Make bit property parsing stricter
by Jan Kiszka
· 13 years ago
36945d9
remove #if 0 code for timers
by Paolo Bonzini
· 13 years ago
e2f0c49
scsi: Guard against buflen exceeding req->cmd.xfer in scsi_disk_emulate_command
by Thomas Higdon
· 13 years ago
2b16c9f
qcow: Use bdrv functions to replace file operation
by Li Zhi Hui
· 13 years ago
84b0ec0
qcow: Return real error code in qcow_open
by Li Zhi Hui
· 13 years ago
641543b
block/vdi: Zero unused parts when allocating a new block (fix #919242)
by Stefan Weil
· 13 years ago
81b6b9f
virtio-blk: add virtio_blk_handle_read trace event
by Stefan Hajnoczi
· 13 years ago
094f1ba
docs: describe live block operations
by Marcelo Tosatti
· 13 years ago
c8c3080
block: add support for partial streaming
by Marcelo Tosatti
· 13 years ago
019b8cb
add QERR_BASE_NOT_FOUND
by Marcelo Tosatti
· 13 years ago
e8a6bb9
block: add bdrv_find_backing_image
by Marcelo Tosatti
· 13 years ago
aa398a5
blockdev: make image streaming safe across hotplug
by Stefan Hajnoczi
· 13 years ago
fb5458c
qmp: add query-block-jobs
by Stefan Hajnoczi
· 13 years ago
370521a
qmp: add block_job_cancel command
by Stefan Hajnoczi
· 13 years ago
2d47c6e
qmp: add block_job_set_speed command
by Stefan Hajnoczi
· 13 years ago
12bd451
qmp: add block_stream command
by Stefan Hajnoczi
· 13 years ago
2488514
arm: SoC model for Calxeda Highbank
by Rob Herring
· 13 years ago
f8414cb
arm_boot: support board IDs more than 16 bits wide
by Peter Maydell
· 13 years ago
9d5ba9b
arm: add secondary cpu boot callbacks to arm_boot.c
by Mark Langsdorf
· 13 years ago
d9fa31a
ahci: add support for non-PCI based controllers
by Rob Herring
· 13 years ago
4c0e167
Add xgmac ethernet model
by Rob Herring
· 13 years ago
5094a6c
block: rate-limit streaming operations
by Stefan Hajnoczi
· 13 years ago
4f1043b
block: add image streaming block job
by Stefan Hajnoczi
· 13 years ago
eeec61f
block: add BlockJob interface for long-running operations
by Stefan Hajnoczi
· 13 years ago
470c050
block: make copy-on-read a per-request flag
by Stefan Hajnoczi
· 13 years ago
2d3735d
block: check bdrv_in_use() before blockdev operations
by Stefan Hajnoczi
· 13 years ago
7e62466
coroutine: add co_sleep_ns() coroutine sleep function
by Stefan Hajnoczi
· 13 years ago
031380d
block: replace unchecked strdup/malloc/calloc with glib
by Stefan Hajnoczi
· 13 years ago
bd60324
rbd: wire up snapshot removal and rollback functionality
by Gregory Farnum
· 13 years ago
3316364
vga: compile cirrus_vga in hwlib
by Blue Swirl
· 13 years ago
fd4aa97
memory: change dirty setting APIs to take a size
by Blue Swirl
· 13 years ago
59abb06
memory: fix dirty mask function length handling
by Blue Swirl
· 13 years ago
c5bd4f3
vga: fix -nodefaults -device VGA
by Blue Swirl
· 13 years ago
61eb1f3
hyperv: fix build on non-KVM hosts
by Blue Swirl
· 13 years ago
5b4448d
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 13 years ago
c4ccbea
Merge remote-tracking branch 'afaerber/prep-up' into staging
by Anthony Liguori
· 13 years ago
65f82df
e1000: bounds packet size against buffer size
by Anthony Liguori
· 13 years ago
520c0d8
target-sparc: Fix mixup of uint64 and uint64_t
by Andreas Färber
· 13 years ago
6618f90
sga: fix copypasta
by Blue Swirl
· 13 years ago
3d40283
vga: make Cirrus ISA device optional
by Blue Swirl
· 14 years ago
a369da5
vga: improve VGA logic
by Blue Swirl
· 14 years ago
0ae4699
grackle_pci: Clean up qdev names
by Andreas Färber
· 13 years ago
d5ee675
MAINTAINERS: Add PCI-PCI bridge to New World Mac machine
by Andreas Färber
· 13 years ago
88045ac
PPC: Pseries: Check for PCI boundaries
by Alexander Graf
· 13 years ago
0a6eec6
MAINTAINERS: Add PCI host bridge files to CHRP machines
by Andreas Färber
· 13 years ago
a6c9868
MAINTAINERS: Add qemu-ppc to all ppc target stuff
by Andreas Färber
· 13 years ago
4d8d546
pseries: SLOF PCI flag day
by Benjamin Herrenschmidt
· 13 years ago
c9c3c80
pseries: Use correct dispatcher for PCI config space accesses
by David Gibson
· 13 years ago
3f7565c
pseries: Support PCI extended config space in RTAS calls
by Benjamin Herrenschmidt
· 13 years ago
964455f
Correct types in bmdma_addr_{read,write}
by David Gibson
· 13 years ago
033276a
Update gitignore file
by David Gibson
· 13 years ago
aa90fec
Fix dirty logging with 32-bit qemu & 64-bit guests
by Benjamin Herrenschmidt
· 13 years ago
17df768
load_image_targphys() should enforce the max size
by Benjamin Herrenschmidt
· 13 years ago
06dbfc6
virtio: change memcpy to guest reads
by Alexander Graf
· 13 years ago
82afa58
virtio-pci: Fix endianness of virtio config
by Benjamin Herrenschmidt
· 13 years ago
34ba1dc
PPC: Bamboo: Integrate SoC instatiation, use qdev for PCI
by Alexander Graf
· 13 years ago
3960b04
PPC: Bamboo: fold ppc440.c and ppc440_bamboo.c into a single file
by Alexander Graf
· 13 years ago
623f7c2
PPC: 4xx: Qdevify the 440 PCI host controller
by Alexander Graf
· 13 years ago
acd1bf9
PPC: bamboo: fix whitespace
by Alexander Graf
· 13 years ago
d3c4548
PPC: bamboo: remove old machine descriptions
by Alexander Graf
· 13 years ago
c0a7e81
PPC: Enable 440EP CPU target
by Alexander Graf
· 13 years ago
e5ba83c
PPC: 440: Default to 440EP CPU
by Alexander Graf
· 13 years ago
c148b2b
PPC: Bamboo: recompile device tree
by Alexander Graf
· 13 years ago
d49bc1f
PPC: 440: Ignore invalid PCI IRQs
by Alexander Graf
· 13 years ago
72718e9
PPC: Bamboo: Set initial TLB entry
by Alexander Graf
· 13 years ago
b10a04b
PPC: Bamboo: Register CPU reset
by Alexander Graf
· 13 years ago
d29d340
PPC: 440EP: Initialize timer
by Alexander Graf
· 13 years ago
506b7dd
prep: Use i82378 PCI->ISA bridge for 'prep' machine
by Andreas Färber
· 13 years ago
a04ff94
prep: Add i82378 PCI-to-ISA bridge emulation
by Andreas Färber
· 14 years ago
23b96cd
prep: Add i82374 DMA emulation
by Andreas Färber
· 14 years ago
1c75457
MAINTAINERS: Add PCI host bridge files to PReP machine
by Andreas Färber
· 13 years ago
8ca8c7b
prep: qdev'ify Raven host bridge (SysBus)
by Andreas Färber
· 13 years ago
7e5610f
prep_pci: Update I/O to MemoryRegion ops
by Andreas Färber
· 13 years ago
9c95f18
prep_pci: Simplify I/O endianness
by Andreas Färber
· 13 years ago
5552605
prep: qdev'ify Raven host bridge (PCIDevice)
by Andreas Färber
· 13 years ago
48e9372
prep: Use ISA m48t59
by Andreas Färber
· 13 years ago
809680c
prep: Fix offset of BIOS MemoryRegion
by Andreas Färber
· 13 years ago
5156892
Merge remote-tracking branch 'spice/spice.v47' into staging
by Anthony Liguori
· 13 years ago
a75e667
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 13 years ago
b48c013
Merge remote-tracking branch 'qmp/queue/qmp' into staging
by Anthony Liguori
· 13 years ago
5414b32
Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging
by Anthony Liguori
· 13 years ago
9ca2140
Merge remote-tracking branch 'kraxel/usb.37' into staging
by Anthony Liguori
· 13 years ago
6a48ffa
kvm: Activate in-kernel irqchip support
by Jan Kiszka
· 13 years ago
a39c1d4
kvm: x86: Add user space part for in-kernel IOAPIC
by Jan Kiszka
· 13 years ago
10b6188
kvm: x86: Add user space part for in-kernel i8259
by Jan Kiszka
· 13 years ago
680c1c6
kvm: x86: Add user space part for in-kernel APIC
by Jan Kiszka
· 13 years ago
9b5b76d
kvm: x86: Establish IRQ0 override control
by Jan Kiszka
· 13 years ago
84b058d
kvm: Introduce core services for in-kernel irqchip support
by Jan Kiszka
· 13 years ago
1660e72
memory: Introduce memory_region_init_reservation
by Jan Kiszka
· 13 years ago
244ac3a
ioapic: Factor out base class for KVM reuse
by Jan Kiszka
· 13 years ago
Next »