Sign in
qemu-android
/
qemu-android
/
452e0300a3521f13b6c4ba0b99a8cea3a29209f1
452e030
monitor: Inline monitor_has_error() into its only caller
by Markus Armbruster
· 10 years ago
70ea0c5
monitor: Wean monitor_protocol_emitter() off mon->error
by Markus Armbruster
· 10 years ago
4086182
monitor: Propagate errors through invalid_qmp_mode()
by Markus Armbruster
· 10 years ago
ba0510a
monitor: Propagate errors through qmp_check_input_obj()
by Markus Armbruster
· 10 years ago
326283a
monitor: Propagate errors through qmp_check_client_args()
by Markus Armbruster
· 10 years ago
8a4f501
monitor: Drop unused "new" HMP command interface
by Markus Armbruster
· 10 years ago
04e00c9
monitor: Use trad. command interface for HMP pcie_aer_inject_error
by Markus Armbruster
· 10 years ago
318660f
monitor: Use traditional command interface for HMP device_add
by Markus Armbruster
· 10 years ago
072ebe6
monitor: Use traditional command interface for HMP drive_del
by Markus Armbruster
· 10 years ago
b8a185b
monitor: Convert client_migrate_info to QAPI
by Markus Armbruster
· 10 years ago
13cadef
monitor: Improve and document client_migrate_info protocol error
by Markus Armbruster
· 10 years ago
84add86
monitor: Clean up after previous commit
by Markus Armbruster
· 10 years ago
65207c5
monitor: Drop broken, unused asynchronous command interface
by Markus Armbruster
· 10 years ago
b821cbe
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 10 years ago
830d70d
vhost-user: add multi queue support
by Ouyang Changchun
· 10 years ago
019a3ed
virtio: make features 64bit wide
by Gerd Hoffmann
· 10 years ago
fdba6d9
qdev: add 64bit properties
by Gerd Hoffmann
· 10 years ago
434027b
virtio-mmio: ioeventfd support
by Ying-Shiuan Pan
· 10 years ago
afcf905
hw/acpi/aml-build: Fix memory leak
by Shannon Zhao
· 10 years ago
68e6b0a
acpi: add aml_while() term
by Marcel Apfelbaum
· 10 years ago
af39d53
acpi: add aml_increment() term
by Marcel Apfelbaum
· 10 years ago
f7bd7b8
acpi: add aml_shiftright() term
by Marcel Apfelbaum
· 10 years ago
a57dddd
acpi: add aml_shiftleft() term
by Marcel Apfelbaum
· 10 years ago
928b899
acpi: add aml_index() term
by Marcel Apfelbaum
· 10 years ago
96396e2
acpi: add aml_lless() term
by Marcel Apfelbaum
· 10 years ago
c08cf07
acpi: add aml_add() term
by Marcel Apfelbaum
· 10 years ago
5cb18b3
TPM2 ACPI table support
by Stefan Berger
· 10 years ago
9657caf
Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20150530' into staging
by Peter Maydell
· 10 years ago
56a3c24
tpm: Probe for connected TPM 1.2 or TPM 2
by Stefan Berger
· 10 years ago
116694c
Extend TPM TIS interface to support TPM 2
by Stefan Berger
· 10 years ago
38d40ff
Add stream ID to MSI write
by Pavel Fedin
· 10 years ago
c3bdc56
acpi: Simplify printing to dynamic string
by Markus Armbruster
· 10 years ago
ea96bc6
i386: drop FDC in pc-q35-2.4+ if neither it nor floppy drives are wanted
by Laszlo Ersek
· 10 years ago
6cd2234
i386/pc_q35: don't insist on board FDC if there's no default floppy
by Laszlo Ersek
· 10 years ago
936a7c1
i386/pc: '-drive if=floppy' should imply a board-default FDC
by Laszlo Ersek
· 10 years ago
fd53c87
i386/pc: pc_basic_device_init(): delegate FDC creation request
by Laszlo Ersek
· 10 years ago
b829c2a
virtio: increase the queue limit to 1024
by Jason Wang
· 10 years ago
87b3bd1
virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAX
by Jason Wang
· 10 years ago
d820331
virtio-s390: introduce virtio_s390_device_plugged()
by Jason Wang
· 10 years ago
74c8529
virtio-s390: introduce virito s390 queue limit
by Jason Wang
· 10 years ago
10ceaa1
virtio-ccw: validate the number of queues against bus limitation
by Jason Wang
· 10 years ago
8dfbaa6
virtio-ccw: introduce ccw specific queue limit
by Jason Wang
· 10 years ago
8ad176a
virtio: introduce virtio_get_num_queues()
by Jason Wang
· 10 years ago
e839804
virtio: device_plugged() can fail
by Jason Wang
· 10 years ago
da51a33
virtio-net: adding all queues in .realize()
by Jason Wang
· 10 years ago
cf34f53
virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into core
by Cornelia Huck
· 10 years ago
1364481
virtio-ccw: Don't advertise VIRTIO_F_BAD_FEATURE
by Cornelia Huck
· 10 years ago
6b8f102
virtio: move host_features
by Cornelia Huck
· 10 years ago
2332333
pc: acpi: fix pvpanic for buggy guests
by Radim Krčmář
· 10 years ago
99fbeaf
pc: Generate init functions with a macro
by Eduardo Habkost
· 10 years ago
211b5b1
piix: Eliminate pc_init_pci()
by Eduardo Habkost
· 10 years ago
72d164a
piix: Add kvmclock_enabled, pci_enabled globals
by Eduardo Habkost
· 10 years ago
d48f4fa
machine: Remove unused fields from QEMUMachine
by Eduardo Habkost
· 10 years ago
d644b11
pc: Remove qemu_register_pc_machine() function
by Eduardo Habkost
· 10 years ago
865906f
pc: Don't use QEMUMachine anymore
by Eduardo Habkost
· 10 years ago
25519b0
pc: Move compat_props setting inside *_machine_options() functions
by Eduardo Habkost
· 10 years ago
fddd179
pc: Convert *_MACHINE_OPTIONS macros into functions
by Eduardo Habkost
· 10 years ago
61f219d
pc: Define machines using a DEFINE_PC_MACHINE macro
by Eduardo Habkost
· 10 years ago
b6b5c8e
pc: Define MACHINE_OPTIONS macros consistently for all machines
by Eduardo Habkost
· 10 years ago
f6d5a0b
piix: Define PC_COMPAT_0_10
by Eduardo Habkost
· 10 years ago
faf7e42
piix: Move pc-0.1[23] rombar compat props to PC_COMPAT_0_13
by Eduardo Habkost
· 10 years ago
d765519
piix: Move pc-0.13 virtio-9p-pci compat to PC_COMPAT_0_13
by Eduardo Habkost
· 10 years ago
d5303df
piix: Move pc-0.11 drive version compat props to PC_COMPAT_0_11
by Eduardo Habkost
· 10 years ago
bb08d88
piix: Move pc-0.14 qxl compat properties to PC_COMPAT_0_14
by Eduardo Habkost
· 10 years ago
38ff32c
spapr: define SPAPR_COMPAT_2_3
by Eduardo Habkost
· 10 years ago
4dfd8ea
spapr: Use HW_COMPAT_* inside SPAPR_COMPAT_* macros
by Eduardo Habkost
· 10 years ago
42134ac
pc: Define PC_COMPAT_2_[123] macros
by Eduardo Habkost
· 10 years ago
1edbde8
hw: Define empty HW_COMPAT_2_[23] macros
by Eduardo Habkost
· 10 years ago
dd754ba
spapr: Move commas inside SPAPR_COMPAT_* macros
by Eduardo Habkost
· 10 years ago
a7cde24
pc: Move commas inside PC_COMPAT_* macros
by Eduardo Habkost
· 10 years ago
f27086a
hw: Move commas inside HW_COMPAT_2_1 macro
by Eduardo Habkost
· 10 years ago
4974920
pc: Replace tab with spaces
by Eduardo Habkost
· 10 years ago
ecfa60e
hw/s390x/virtio-ccw: use alias property for virtio-balloon-ccw
by Shannon Zhao
· 10 years ago
39b87c7
hw/virtio/virtio-pci: use alias property for virtio-balloon-pci
by Shannon Zhao
· 10 years ago
1190044
hw/virtio/virtio-balloon: move adding property to virtio_balloon_instance_init
by Shannon Zhao
· 10 years ago
07e1548
target-tricore: fix BOL_ST_H_LONGOFF using ld
by Bastian Koppelmann
· 10 years ago
9bbd484
target-tricore: fix msub32_q producing the wrong overflow bit
by Bastian Koppelmann
· 10 years ago
05b6ca9
target-tricore: fix OPC2_32_RR_DVINIT_HU having write before use on the result
by Bastian Koppelmann
· 10 years ago
97af820
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150529' into staging
by Peter Maydell
· 10 years ago
2cc3bdb
Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2015-05-29' into staging
by Peter Maydell
· 10 years ago
2a90c45
Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150529-1' into staging
by Peter Maydell
· 10 years ago
9abe3bd
qapi: add dirty bitmap status
by John Snow
· 10 years ago
3960c33
target-arm: Avoid buffer overrun on UNPREDICTABLE ldrd/strd
by Peter Maydell
· 10 years ago
d7c2e2d
hw/arm/virt: Enable dynamic generation of ACPI v5.1 tables
by Shannon Zhao
· 10 years ago
135a67a
ACPI: split CONFIG_ACPI into 4 pieces
by Shannon Zhao
· 10 years ago
d4e5de1
hw/arm/virt-acpi-build: Add PCIe controller in ACPI DSDT table
by Shannon Zhao
· 10 years ago
e1f776c
hw/acpi/aml-build: Add Unicode macro
by Shannon Zhao
· 10 years ago
616ef32
hw/acpi/aml-build: Add aml_dword_io() term
by Shannon Zhao
· 10 years ago
ed8176a
hw/acpi/aml-build: Add aml_create_dword_field() term
by Shannon Zhao
· 10 years ago
467b07d
hw/acpi/aml-build: Add aml_else() term
by Shannon Zhao
· 10 years ago
ea7df04
hw/acpi/aml-build: Add aml_lnot() term
by Shannon Zhao
· 10 years ago
922cc88
hw/acpi/aml-build: Add aml_or() term
by Shannon Zhao
· 10 years ago
b930fb9
hw/acpi/aml-build: Add ToUUID macro
by Shannon Zhao
· 10 years ago
ed8b584
hw/acpi/aml-build: Make aml_buffer() definition consistent with the spec
by Shannon Zhao
· 10 years ago
8434488
hw/arm/virt-acpi-build: Generate MCFG table
by Shannon Zhao
· 10 years ago
d4bec5d
hw/arm/virt-acpi-build: Generate RSDP table
by Shannon Zhao
· 10 years ago
243bdb7
hw/arm/virt-acpi-build: Generate RSDT table
by Shannon Zhao
· 10 years ago
ee24640
hw/arm/virt-acpi-build: Generate GTDT table
by Shannon Zhao
· 10 years ago
982d06c
hw/arm/virt-acpi-build: Generate MADT table
by Shannon Zhao
· 10 years ago
c2f7c0c
hw/arm/virt-acpi-build: Generate FADT table and update ACPI headers
by Shannon Zhao
· 10 years ago
Next »