All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] vl: Fixes for cleanups to -accel
@ 2020-01-09  2:17 Richard Henderson
  2020-01-09  2:17 ` [PATCH 1/4] vl: Remove unused variable in configure_accelerators Richard Henderson
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Richard Henderson @ 2020-01-09  2:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini

Running qemu-system-foo with no options should not generate
a warning for "invalid accelerator bar".

Also, fix some mistakes made while moving the code from accel/accel.c.


r~


Richard Henderson (4):
  vl: Remove unused variable in configure_accelerators
  vl: Free accel_list in configure_accelerators
  vl: Remove useless test in configure_accelerators
  vl: Only choose enabled accelerators in configure_accelerators

 vl.c | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

-- 
2.20.1



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2020-01-09 12:25 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-09  2:17 [PATCH 0/4] vl: Fixes for cleanups to -accel Richard Henderson
2020-01-09  2:17 ` [PATCH 1/4] vl: Remove unused variable in configure_accelerators Richard Henderson
2020-01-09 11:01   ` Alex Bennée
2020-01-09 12:06   ` Aleksandar Markovic
2020-01-09 12:23   ` Philippe Mathieu-Daudé
2020-01-09  2:17 ` [PATCH 2/4] vl: Free accel_list " Richard Henderson
2020-01-09  8:18   ` Thomas Huth
2020-01-09  8:24     ` Laurent Vivier
2020-01-09 11:59       ` Aleksandar Markovic
2020-01-09 11:04   ` Alex Bennée
2020-01-09  2:17 ` [PATCH 3/4] vl: Remove useless test " Richard Henderson
2020-01-09 11:05   ` Alex Bennée
2020-01-09 12:07   ` Aleksandar Markovic
2020-01-09 12:24   ` Philippe Mathieu-Daudé
2020-01-09  2:17 ` [PATCH 4/4] vl: Only choose enabled accelerators " Richard Henderson
2020-01-09 11:35   ` Alex Bennée
2020-01-09 12:10     ` Aleksandar Markovic
2020-01-09  9:00 ` [PATCH 0/4] vl: Fixes for cleanups to -accel Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.